Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
fixes NuGet.org deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jul 27, 2019
1 parent 9a8db76 commit 5311ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ stages:
- deployment: NuGet
displayName: NuGet.org
environment: NuGet
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
condition: and(succeeded(), or(eq(variables['IS_PREVIEW'], true), eq(variables['IS_RELEASE'], true)))
strategy:
runOnce:
deploy:
Expand Down

0 comments on commit 5311ab1

Please sign in to comment.