Skip to content

Commit

Permalink
Use forward slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Sep 28, 2019
1 parent e52f92b commit b63ccbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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=RehanSaeed --ArtefactsDirectoryPath=$(Agent.BuildDirectory)/Windows --Verbosity=Diagnostic'
displayName: 'Dotnet Cake PushAzureArtefacts'
failOnStderr: true
- deployment: GitHub
Expand All @@ -105,7 +105,7 @@ stages:
- script: 'dotnet tool install --global Cake.Tool'
displayName: 'Install Cake Tool'
failOnStderr: true
- script: 'dotnet cake --target=PushGitHub --GitHubUserName=$(GitHubUserName) --GitHubPassword=$(GitHubPersonalAccessToken) --ArtefactsDirectoryPath=$(Agent.BuildDirectory)\Windows --Verbosity=Diagnostic'
- script: 'dotnet cake --target=PushGitHub --GitHubUserName=$(GitHubUserName) --GitHubPassword=$(GitHubPersonalAccessToken) --ArtefactsDirectoryPath=$(Agent.BuildDirectory)/Windows --Verbosity=Diagnostic'
displayName: 'Dotnet Cake PushGitHub'
failOnStderr: true
- deployment: NuGet
Expand All @@ -128,6 +128,6 @@ stages:
- script: 'dotnet tool install --global Cake.Tool'
displayName: 'Install Cake Tool'
failOnStderr: true
- script: 'dotnet cake --target=PushNuGet --NuGetApiKey=$(NuGetApiKey) --ArtefactsDirectoryPath=$(Agent.BuildDirectory)\Windows --Verbosity=Diagnostic'
- script: 'dotnet cake --target=PushNuGet --NuGetApiKey=$(NuGetApiKey) --ArtefactsDirectoryPath=$(Agent.BuildDirectory)/Windows --Verbosity=Diagnostic'
displayName: 'Dotnet Cake PushNuGet'
failOnStderr: true

0 comments on commit b63ccbe

Please sign in to comment.