diff --git a/build/template-restore-build-MSIdentityWeb.yaml b/build/template-restore-build-MSIdentityWeb.yaml index f4472b422..49b062a8a 100644 --- a/build/template-restore-build-MSIdentityWeb.yaml +++ b/build/template-restore-build-MSIdentityWeb.yaml @@ -7,10 +7,6 @@ parameters: MicrosoftIdentityWebVersion: '1.0.0-devopsbuild' steps: -- script: | - dotnet workload restore $(IdWebSourceDir)tests\DevApps\blazorwasm-b2c\blazorwasm2-b2c.csproj - displayName: 'Install wasm-tools' - - powershell: | Push-Location $(IdWebSourceDir) $nugetSourceIsExternal = (dotnet nuget list source --format Short).Contains("https://api.nuget.org/v3/index.json")