We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f942f6a commit 6d05099Copy full SHA for 6d05099
build/template-restore-build-MSIdentityWeb.yaml
@@ -7,10 +7,6 @@ parameters:
7
MicrosoftIdentityWebVersion: '1.0.0-devopsbuild'
8
9
steps:
10
-- script: |
11
- dotnet workload restore $(IdWebSourceDir)tests\DevApps\blazorwasm-b2c\blazorwasm2-b2c.csproj
12
- displayName: 'Install wasm-tools'
13
-
14
- powershell: |
15
Push-Location $(IdWebSourceDir)
16
$nugetSourceIsExternal = (dotnet nuget list source --format Short).Contains("https://api.nuget.org/v3/index.json")
0 commit comments