We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4edb17 commit d897aebCopy full SHA for d897aeb
azure-pipelines.yml
@@ -83,7 +83,7 @@ stages:
83
- script: 'dotnet tool install --global Cake.Tool'
84
displayName: 'Install Cake Tool'
85
failOnStderr: true
86
- - 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'
87
displayName: 'Dotnet Cake PushAzureArtefacts'
88
89
- deployment: GitHub
0 commit comments