Skip to content

Commit

Permalink
Fixed not applied nuspec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Jun 9, 2022
1 parent 58aae11 commit 7a268ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions ILAsm.Managed/ILAsm.Managed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<AssemblyName>ilasm</AssemblyName>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<NuSpecFile>ILAsm.Managed.nuspec</NuSpecFile>

<NoWarn>$(NoWarn);1591;1587;1570;1572;1573</NoWarn>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions build-nupkg.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ echo "Build ILAsm.Managed"
echo.

dotnet clean
dotnet build -p:Configuration=Release -p:Platform=AnyCPU ILAsm.Managed.sln
dotnet pack -p:Configuration=Release -p:Platform=AnyCPU -o artifacts ILAsm.Managed.sln
dotnet build -p:Configuration=Release ILAsm.Managed.sln
dotnet pack -p:Configuration=Release -o artifacts ILAsm.Managed.sln
4 changes: 2 additions & 2 deletions build-nupkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ echo "Build ILAsm.Managed"
echo

dotnet clean
dotnet build -p:Configuration=Release -p:Platform=AnyCPU ILAsm.Managed.sln
dotnet pack -p:Configuration=Release -p:Platform=AnyCPU -o artifacts ILAsm.Managed.sln
dotnet build -p:Configuration=Release ILAsm.Managed.sln
dotnet pack -p:Configuration=Release -o artifacts ILAsm.Managed.sln

0 comments on commit 7a268ee

Please sign in to comment.