Skip to content

Commit

Permalink
Fixed CI Pack task
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Mar 1, 2022
1 parent e39ee09 commit 3516f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Pack
run: |
mkdir -p NuGet/bin
ln -sf Release/net6.0 NuGet/bin/
ln -sf Release/netstandard2.1 NuGet/bin/
dotnet pack NuGet/IsIdentifiable.NuGet.csproj -c Release --include-source --include-symbols --nologo -p:NuspecFile=`pwd`/NuGet/IsIdentifiable.NuGet.nuspec -p:NuspecProperties=Version=$(fgrep AssemblyInformationalVersion SharedAssemblyInfo.cs|cut -d'"' -f2)\;configuration=Release -p:SymbolPackageFormat=snupkg
- name: Nuget push
if: contains(github.ref,'refs/tags/')
Expand Down

0 comments on commit 3516f83

Please sign in to comment.