Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
+NuGetAuthenticate@1 to build/{steps-selenium.yml steps.yml steps-sel…
Browse files Browse the repository at this point in the history
…fcontained.yml steps-conda.yml}
  • Loading branch information
kuzminrobin committed Jul 20, 2023
1 parent ed31e49 commit 98552cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/steps-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ steps:
displayName: Install pywin32 on Windows
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))

- task: NuGetAuthenticate@1

- pwsh: |
"##[info]Activating conda environment: $(CondaEnvironmentName)" | Write-Host
Expand Down
2 changes: 2 additions & 0 deletions build/steps-selenium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ steps:
displayName: "Bootstrap"
workingDirectory: '$(System.DefaultWorkingDirectory)'

- task: NuGetAuthenticate@1

##
# Install IQ# kernel
##
Expand Down
2 changes: 2 additions & 0 deletions build/steps-selfcontained.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ steps:
Move-Item "$Env:SYSTEM_DEFAULTWORKINGDIRECTORY/artifact/iqsharp/drops" "$Env:SYSTEM_DEFAULTWORKINGDIRECTORY/drops"
displayName: "Copy build artifacts to IQ# working directory"

- task: NuGetAuthenticate@1

##
# Pack
##
Expand Down
2 changes: 2 additions & 0 deletions build/steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ steps:
displayName: "Bootstrap"
workingDirectory: '$(System.DefaultWorkingDirectory)'

- task: NuGetAuthenticate@1

##
# Build, test & pack
##
Expand Down

0 comments on commit 98552cd

Please sign in to comment.