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 eb5cfa8 commit 033dc89Copy full SHA for 033dc89
1 file changed
build/azure-pipelines/win32/sdl-scan-win32.yml
@@ -48,6 +48,9 @@ steps:
48
condition: and(succeeded(), ne(variables['NPM_REGISTRY'], 'none'))
49
displayName: Setup NPM Authentication
50
51
+ - task: NuGetAuthenticate@1
52
+ displayName: Setup NuGet Authentication
53
+
54
- template: ./steps/product-build-win32-install-rust.yml@self
55
parameters:
56
targets:
0 commit comments