Skip to content

Commit

Permalink
release v8.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Apr 29, 2021
1 parent 80ea3c9 commit 9c71448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<VersionPrefix>8.0.0</VersionPrefix>
<VersionSuffix>beta.3</VersionSuffix>
<VersionSuffix>beta.4</VersionSuffix>
<Authors>Mattias Kindborg</Authors>
<Company />
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
4 changes: 2 additions & 2 deletions build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if ($tagged_build)
& dotnet build -c Release

Write-Host "[build] pack"
& dotnet pack -c Release -o ..\..\artifacts --no-build
& dotnet pack -c Release -o .\artifacts --no-build
}
else
{
Expand All @@ -48,7 +48,7 @@ else
& dotnet build -c Release --version-suffix=$version_suffix

Write-Host "[build] pack"
& dotnet pack -c Release -o ..\..\artifacts --version-suffix=$version_suffix --no-build
& dotnet pack -c Release -o .\artifacts --version-suffix=$version_suffix --no-build
}

if ($LASTEXITCODE -ne 0)
Expand Down

0 comments on commit 9c71448

Please sign in to comment.