File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 6262 dotnet-version : ' 3.1.x'
6363 source-url : https://nuget.pkg.github.com/icsharpcode/index.json
6464
65- - name : Build library for .NET Standard 2
66- run : dotnet build -c Release -f netstandard2 src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj
67- - name : Build library for .NET Framework 4.5
68- run : dotnet build -c Release -f net45 src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj
69-
70- - name : Create nuget package
71- run : dotnet pack src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj --configuration Release --output dist /p:ContinuousIntegrationBuild=true /p:Version=$(git describe --abbrev | % { $_.substring(1) })
65+ - name : Build and pack
66+ run : dotnet build -c Release -o dist /p:ContinuousIntegrationBuild=true /p:EmbedUntrackedSources=true /p:Version=$(git describe --abbrev | % { $_.substring(1) }) src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj
7267
7368 - name : Upload nuget package artifact
7469 uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments