We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2f275 commit c4c34f8Copy full SHA for c4c34f8
Build.ps1
@@ -21,9 +21,9 @@ foreach ($src in ls src/*) {
21
echo "build: Packaging project in $src"
22
23
if ($suffix) {
24
- & dotnet pack -c Release -o ..\..\artifacts --version-suffix=$suffix --include-source
+ & dotnet pack -c Release -o ..\..\artifacts --version-suffix=$suffix
25
} else {
26
- & dotnet pack -c Release -o ..\..\artifacts --include-source
+ & dotnet pack -c Release -o ..\..\artifacts
27
}
28
29
if($LASTEXITCODE -ne 0) { exit 1 }
seq-extensions-logging.sln
@@ -1,5 +1,4 @@
1
-
2
-Microsoft Visual Studio Solution File, Format Version 12.00
+Microsoft Visual Studio Solution File, Format Version 12.00
3
# Visual Studio Version 16
4
VisualStudioVersion = 16.0.29326.143
5
MinimumVisualStudioVersion = 10.0.40219.1
0 commit comments