We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380da62 commit 0d62986Copy full SHA for 0d62986
scripts/build-preview.ps1
@@ -1,5 +1,7 @@
1
-$Version = '3.1.0'
2
-$Preview = '2'
+param(
+ $Version = '3.1.0',
3
+ $Preview = '3'
4
+)
5
'building ...'
6
dotnet build -c Release "-p:GeneratePackages=true;PackageVersion=$Version-preview.$Preview" $PSScriptRoot/../src/log4net/log4net.csproj
7
'signing ...'
0 commit comments