File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 62
62
dotnet-version : ' 3.1.x'
63
63
source-url : https://nuget.pkg.github.com/icsharpcode/index.json
64
64
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
72
67
73
68
- name : Upload nuget package artifact
74
69
uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments