Skip to content

Commit 033dc89

Browse files
committed
chore: add NuGet auth
1 parent eb5cfa8 commit 033dc89

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build/azure-pipelines/win32/sdl-scan-win32.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ steps:
4848
condition: and(succeeded(), ne(variables['NPM_REGISTRY'], 'none'))
4949
displayName: Setup NPM Authentication
5050

51+
- task: NuGetAuthenticate@1
52+
displayName: Setup NuGet Authentication
53+
5154
- template: ./steps/product-build-win32-install-rust.yml@self
5255
parameters:
5356
targets:

0 commit comments

Comments
 (0)