File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 8
8
<LangVersion >Latest</LangVersion >
9
9
<WarningLevel >4</WarningLevel >
10
10
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
11
+ <WarnOnPackingNonPackableProject >false</WarnOnPackingNonPackableProject >
11
12
<SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
12
13
<_SkipUpgradeNetAnalyzersNuGetWarning >true</_SkipUpgradeNetAnalyzersNuGetWarning >
14
+ <IsShipping >false</IsShipping >
15
+ <IsPackable >false</IsPackable >
13
16
</PropertyGroup >
14
17
15
18
<PropertyGroup >
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ set "_commonArgs=-restore -ci -prepareMachine -verbosity minimal -configuration
5
5
set " _logDir = %~dp0 ..\artifacts\log\Release\"
6
6
7
7
echo Creating packages
8
- powershell -ExecutionPolicy ByPass -NoProfile -command " & " " " %~dp0 common\Build.ps1" " " %_commonArgs% -pack -noBl /bl:'%_logDir% Pack.binlog' %* "
8
+ powershell -ExecutionPolicy ByPass -NoProfile -command " & " " " %~dp0 common\Build.ps1" " " %_commonArgs% -pack -noBl /bl:'%_logDir% Pack.binlog' -projects %~dp0 ..\diagnostics.sln %* "
9
9
if NOT '%ERRORLEVEL% ' == '0' goto ExitWithCode
10
10
11
11
echo Creating bundles
12
- powershell -ExecutionPolicy ByPass -NoProfile -command " & " " " %~dp0 Build.ps1" " " %_commonArgs% -build -bundletools %* "
12
+ powershell -ExecutionPolicy ByPass -NoProfile -command " & " " " %~dp0 Build.ps1" " " %_commonArgs% -build -bundletools -projects %~dp0 ..\diagnostics.sln %* "
13
13
if NOT '%ERRORLEVEL% ' == '0' goto ExitWithCode
14
14
15
15
echo Creating dbgshim packages
Original file line number Diff line number Diff line change 3
3
<Import Project =" Sdk.props" Sdk =" Microsoft.DotNet.Arcade.Sdk" />
4
4
5
5
<PropertyGroup >
6
- <IsShipping >false</IsShipping >
7
- <WarnOnPackingNonPackableProject >false</WarnOnPackingNonPackableProject >
8
6
<NoPackageAnalysis >true</NoPackageAnalysis >
9
- <DebugSymbols >true</DebugSymbols >
10
7
<CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
8
+ <DebugSymbols >true</DebugSymbols >
11
9
<BundledToolsPath >$(ArtifactsDir)bundledtools/</BundledToolsPath >
12
10
</PropertyGroup >
13
11
Original file line number Diff line number Diff line change 8
8
<BuildArch Condition =" '$(BuildArch)' == 'AnyCpu'" >$([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant)</BuildArch >
9
9
<CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
10
10
<DebugSymbols >true</DebugSymbols >
11
- <IsShipping >false</IsShipping >
12
- <IsPackable >false</IsPackable >
13
11
</PropertyGroup >
14
12
</Project >
You can’t perform that action at this time.
0 commit comments