Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 8717340

Browse files
committed
Merge in 'release/2.0.0' changes
2 parents 2380d80 + 7c09927 commit 8717340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UpdatePublishedVersions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ param(
1616
# A pattern matching all packages in the set that the versions repository should be set to.
1717
[Parameter(Mandatory=$true)][string]$nupkgPath)
1818

19-
& "$PSScriptRoot\Tools\run.cmd" build -- tests\build.proj /t:UpdatePublishedVersions `
19+
& "$PSScriptRoot\run.cmd" build -- tests\build.proj /t:UpdatePublishedVersions `
2020
/p:GitHubUser="$gitHubUser" `
2121
/p:GitHubEmail="$gitHubEmail" `
2222
/p:GitHubAuthToken="$gitHubAuthToken" `

0 commit comments

Comments
 (0)