Skip to content

Commit

Permalink
Update release script as well as version uptick.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ijwu committed Jul 28, 2020
1 parent 0cfae40 commit 2191046
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions EnemizerCLI.Core/publish.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
setlocal
set MSBUILDSINGLELOADCONTEXT=1
dotnet publish --framework netcoreapp2.0 -c Release --self-contained --runtime win-x64
dotnet publish --framework netcoreapp2.0 -c Release --self-contained --runtime osx.10.12-x64
dotnet publish --framework netcoreapp2.0 -c Release --self-contained --runtime ubuntu.16.04-x64
dotnet publish --framework netcoreapp2.0 -c Release --self-contained --runtime win-x64 -p:PublishTrimmed=true
dotnet publish --framework netcoreapp2.0 -c Release --self-contained --runtime osx.10.12-x64 -p:PublishTrimmed=true
dotnet publish --framework netcoreapp2.0 -c Release --self-contained --runtime ubuntu.16.04-x64 -p:PublishTrimmed=true
endlocal
2 changes: 1 addition & 1 deletion EnemizerLibrary/EnemizerLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>6.1.0.215</Version>
<Version>6.1.0.224</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 2191046

Please sign in to comment.