File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ foreach ($src in ls src/*) {
2121 echo " build: Packaging project in $src "
2222
2323 if ($suffix ) {
24- & dotnet pack - c Release - o ..\..\artifacts -- version- suffix= $suffix -- include - source
24+ & dotnet pack - c Release - o ..\..\artifacts -- version- suffix= $suffix
2525 } else {
26- & dotnet pack - c Release - o ..\..\artifacts -- include - source
26+ & dotnet pack - c Release - o ..\..\artifacts
2727 }
2828
2929 if ($LASTEXITCODE -ne 0 ) { exit 1 }
Original file line number Diff line number Diff line change 1-
2- Microsoft Visual Studio Solution File, Format Version 12.00
1+ Microsoft Visual Studio Solution File, Format Version 12.00
32# Visual Studio Version 16
43VisualStudioVersion = 16.0.29326.143
54MinimumVisualStudioVersion = 10.0.40219.1
You can’t perform that action at this time.
0 commit comments