We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86788b commit 1d19bf6Copy full SHA for 1d19bf6
2 files changed
Directory.build.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<Deterministic>true</Deterministic>
4
- <Version>0.3.0-alpha.13</Version>
+ <Version>0.3.0-alpha.14</Version>
5
<TargetFramework>net8.0</TargetFramework>
6
<ImplicitUsings>disable</ImplicitUsings>
7
<Nullable>enable</Nullable>
nuget-upload.ps1
@@ -10,6 +10,8 @@ if ($(Read-Host("correct? (y/n)")) -ne "y") {
10
11
dotnet clean
12
if (-not $?) { Exit }
13
+dotnet build -c release
14
+if (-not $?) { Exit }
15
dotnet pack
16
17
dotnet test
0 commit comments