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

Commit 2380d80

Browse files
committed
Merge in 'release/2.0.0' changes
2 parents bcf1de3 + 5d58b81 commit 2380d80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BuildToolsVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-servicing-02217-01
1+
2.0.0-servicing-02607-02

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\dotnetcli\dotnet.exe" Tools\msbuild.dll tests\build.proj /t:UpdatePublishedVersions `
19+
& "$PSScriptRoot\Tools\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)