Skip to content

Commit

Permalink
Fix organization
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Sep 29, 2019
1 parent b4edb17 commit d897aeb
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 @@ -83,7 +83,7 @@ stages:
- script: 'dotnet tool install --global Cake.Tool'
displayName: 'Install Cake Tool'
failOnStderr: true
- script: 'dotnet cake --target=PushAzureArtefacts --AzureArtefactsOrganization=RehanSaeed --ArtefactsDirectoryPath=$(Agent.BuildDirectory)/Windows --Verbosity=Diagnostic'
- script: 'dotnet cake --target=PushAzureArtefacts --AzureArtefactsOrganization=schema-net --ArtefactsDirectoryPath=$(Agent.BuildDirectory)/Windows --Verbosity=Diagnostic'
displayName: 'Dotnet Cake PushAzureArtefacts'
failOnStderr: true
- deployment: GitHub
Expand Down

0 comments on commit d897aeb

Please sign in to comment.