File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2828 <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
2929 <CentralPackageTransitivePinningEnabled >true</CentralPackageTransitivePinningEnabled >
3030
31- <!-- VS does not require Windows PDBs to be published anymore. -->
32- <PublishWindowsPdb >false</PublishWindowsPdb >
33-
3431 <SharedSourceRoot >$(MSBuildThisFileDirectory)src\Shared\</SharedSourceRoot >
3532 <SharedFilesRoot >$(SharedSourceRoot)files\</SharedFilesRoot >
3633
Original file line number Diff line number Diff line change 88 <IncludeSymbols >true</IncludeSymbols >
99 <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
1010
11+ <!-- In theory we want to have this property set, but our pipeline doesn't set the access tokens yet -->
12+ <PublishWindowsPdb Condition =" '$(DotNetSymbolServerTokenMsdl)'!='' and '$(DotNetSymbolServerTokenSymWeb)'!=''" >true</PublishWindowsPdb >
13+
1114 <RollForward Condition =" '$(IsTestProject)' == 'true'" >LatestMajor</RollForward >
1215 </PropertyGroup >
1316
Original file line number Diff line number Diff line change 88 <IncludeSymbols >true</IncludeSymbols >
99 <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
1010
11+ <!-- In theory we want to have this property set, but our pipeline doesn't set the access tokens yet -->
12+ <PublishWindowsPdb Condition =" '$(DotNetSymbolServerTokenMsdl)'!='' and '$(DotNetSymbolServerTokenSymWeb)'!=''" >true</PublishWindowsPdb >
1113 </PropertyGroup >
1214
1315</Project >
Original file line number Diff line number Diff line change 88 <IncludeSymbols >true</IncludeSymbols >
99 <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
1010
11+ <!-- In theory we want to have this property set, but our pipeline doesn't set the access tokens yet -->
12+ <PublishWindowsPdb Condition =" '$(DotNetSymbolServerTokenMsdl)'!='' and '$(DotNetSymbolServerTokenSymWeb)'!=''" >true</PublishWindowsPdb >
13+
1114 <RollForward Condition =" '$(IsTestProject)' == 'true'" >LatestMajor</RollForward >
1215 </PropertyGroup >
1316
You can’t perform that action at this time.
0 commit comments