Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
+1
-1
@@ -49,5 +49,5 @@ steps:
|
|||||||
- powershell: |
|
- powershell: |
|
||||||
If ($env:BRANCH.StartsWith('refs/tags/')) { nuget push -ApiKey $env:APIKEY -Source https://api.nuget.org/v3/index.json $(Build.ArtifactStagingDirectory)/**/*.nupkg }
|
If ($env:BRANCH.StartsWith('refs/tags/')) { nuget push -ApiKey $env:APIKEY -Source https://api.nuget.org/v3/index.json $(Build.ArtifactStagingDirectory)/**/*.nupkg }
|
||||||
env:
|
env:
|
||||||
#APIKEY: $(nuget-apikey)
|
APIKEY: $(nuget-apikey)
|
||||||
BRANCH: $(Build.SourceBranch)
|
BRANCH: $(Build.SourceBranch)
|
||||||
Reference in New Issue
Block a user