Skip to content

Commit d897aeb

Browse files
committed
Fix organization
1 parent b4edb17 commit d897aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ stages:
8383
- script: 'dotnet tool install --global Cake.Tool'
8484
displayName: 'Install Cake Tool'
8585
failOnStderr: true
86-
- script: 'dotnet cake --target=PushAzureArtefacts --AzureArtefactsOrganization=RehanSaeed --ArtefactsDirectoryPath=$(Agent.BuildDirectory)/Windows --Verbosity=Diagnostic'
86+
- script: 'dotnet cake --target=PushAzureArtefacts --AzureArtefactsOrganization=schema-net --ArtefactsDirectoryPath=$(Agent.BuildDirectory)/Windows --Verbosity=Diagnostic'
8787
displayName: 'Dotnet Cake PushAzureArtefacts'
8888
failOnStderr: true
8989
- deployment: GitHub

0 commit comments

Comments
 (0)