Skip to content

Commit 6d05099

Browse files
authored
Remove step for installing wasm-tools in the build (#3259)
* Update template-restore-build-MSIdentityWeb.yaml * Add steps section to YAML build file
1 parent f942f6a commit 6d05099

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build/template-restore-build-MSIdentityWeb.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ parameters:
77
MicrosoftIdentityWebVersion: '1.0.0-devopsbuild'
88

99
steps:
10-
- script: |
11-
dotnet workload restore $(IdWebSourceDir)tests\DevApps\blazorwasm-b2c\blazorwasm2-b2c.csproj
12-
displayName: 'Install wasm-tools'
13-
1410
- powershell: |
1511
Push-Location $(IdWebSourceDir)
1612
$nugetSourceIsExternal = (dotnet nuget list source --format Short).Contains("https://api.nuget.org/v3/index.json")

0 commit comments

Comments
 (0)