Skip to content

Commit 1dd9cc7

Browse files
author
Steve Salas
committed
Fix path to publish directory
1 parent 980de05 commit 1dd9cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-symbol-service.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function Get-LastCommit([string] $sinceCommitHash) {
4242

4343
function Invoke-Publish() {
4444
push-location 'dotnet-symbol-service'
45-
dotnet publish -c Release -r (Get-OSRID) -o ..\..\dotnet-symbol-service\publish
45+
dotnet publish -c Release -r (Get-OSRID) -o .\publish
4646
if ($LASTEXITCODE -ne 0) {
4747
write-error "Failed to publish with exit code $LASTEXITCODE"
4848
exit $LASTEXITCODE

0 commit comments

Comments
 (0)