Skip to content

Commit 0774137

Browse files
Fix path character
1 parent 945bcac commit 0774137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/steps-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
projects: ${{ parameters.solution }}
1818
arguments: --configuration ${{ parameters.configuration }}
1919
buildProperties: VersionSuffix=${{ parameters.versionSuffix }}
20-
outputDir: $(Build.ArtifactStagingDirectory)\packages
20+
outputDir: $(Build.ArtifactStagingDirectory)/packages
2121
noBuild: true
2222

2323
- script: dotnet tool restore

0 commit comments

Comments
 (0)