Skip to content

Commit

Permalink
Hard code RepositoryName=Microsoft/msbuild (dotnet#4719)
Browse files Browse the repository at this point in the history
A case difference between `Microsoft` and `microsoft` is failing builds that attempt to consume OptProf data (published to `Microsoft) from a build that thinks it's connected to `microsoft`. Hard-coding the capitalized version.
  • Loading branch information
rainersigwald authored Sep 11, 2019
1 parent 972407a commit 72542aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vsts-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ stages:
-configuration $(BuildConfiguration)
-officialBuildId $(Build.BuildNumber)
-officialSkipApplyOptimizationData $(SkipApplyOptimizationData)
/p:RepositoryName=$(Build.Repository.Name)
/p:RepositoryName=Microsoft/msbuild
/p:VisualStudioIbcSourceBranchName=$(IbcSourceBranchName)
/p:VisualStudioDropAccessToken=$(System.AccessToken)
/p:VisualStudioDropName=$(VisualStudio.DropName)
Expand Down

0 comments on commit 72542aa

Please sign in to comment.