Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 authored Nov 14, 2022
1 parent ffd6ff7 commit 3527eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ pool:
vmImage: 'macOS-12'
steps:
- task: UseDotNet@2
displayName: 'Use .NET 7.0.100-rc.2.22477.23 SDK'
displayName: 'Use .NET 7.0.100 SDK'
inputs:
packageType: 'sdk'
version: 7.0.100-rc.2.22477.23
version: 7.0.100
- task: DotNetCoreCLI@2
displayName: 'Pack Templates'
inputs:
Expand All @@ -20,7 +20,7 @@ steps:
- task: CmdLine@2
displayName: 'Install WASM workload'
inputs:
script: 'dotnet workload install --no-cache --disable-parallel ios android wasm-tools'
script: 'dotnet workload install --no-cache --disable-parallel ios android wasm-tools wasm-experimental'
- task: PowerShell@2
displayName: 'Run Tests'
inputs:
Expand Down

0 comments on commit 3527eef

Please sign in to comment.