File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments