Skip to content

Commit b63ccbe

Browse files
committed
Use forward slashes
1 parent e52f92b commit b63ccbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
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=RehanSaeed --ArtefactsDirectoryPath=$(Agent.BuildDirectory)/Windows --Verbosity=Diagnostic'
8787
displayName: 'Dotnet Cake PushAzureArtefacts'
8888
failOnStderr: true
8989
- deployment: GitHub
@@ -105,7 +105,7 @@ stages:
105105
- script: 'dotnet tool install --global Cake.Tool'
106106
displayName: 'Install Cake Tool'
107107
failOnStderr: true
108-
- script: 'dotnet cake --target=PushGitHub --GitHubUserName=$(GitHubUserName) --GitHubPassword=$(GitHubPersonalAccessToken) --ArtefactsDirectoryPath=$(Agent.BuildDirectory)\Windows --Verbosity=Diagnostic'
108+
- script: 'dotnet cake --target=PushGitHub --GitHubUserName=$(GitHubUserName) --GitHubPassword=$(GitHubPersonalAccessToken) --ArtefactsDirectoryPath=$(Agent.BuildDirectory)/Windows --Verbosity=Diagnostic'
109109
displayName: 'Dotnet Cake PushGitHub'
110110
failOnStderr: true
111111
- deployment: NuGet
@@ -128,6 +128,6 @@ stages:
128128
- script: 'dotnet tool install --global Cake.Tool'
129129
displayName: 'Install Cake Tool'
130130
failOnStderr: true
131-
- script: 'dotnet cake --target=PushNuGet --NuGetApiKey=$(NuGetApiKey) --ArtefactsDirectoryPath=$(Agent.BuildDirectory)\Windows --Verbosity=Diagnostic'
131+
- script: 'dotnet cake --target=PushNuGet --NuGetApiKey=$(NuGetApiKey) --ArtefactsDirectoryPath=$(Agent.BuildDirectory)/Windows --Verbosity=Diagnostic'
132132
displayName: 'Dotnet Cake PushNuGet'
133133
failOnStderr: true

0 commit comments

Comments
 (0)