File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7777 dotnet publish -r win-x64 --self-contained=true -c Release -p:PublishDir=build /p:Version=${{ needs.version.outputs.version }} /p:FileVersion=${{ needs.version.outputs.version }} /p:AssemblyVersion=${{ needs.version.outputs.version }} /p:ProductVersion=${{ needs.version.outputs.version }}
7878
7979 - name : pack
80+ if : runner.os == 'Linux'
8081 run : |
8182 echo "[+] Packing NuGet package"
8283 dotnet pack --configuration Release -o build -p:PublishDir=build /p:Version=${{ needs.version.outputs.version }} /p:FileVersion=${{ needs.version.outputs.version }} /p:AssemblyVersion=${{ needs.version.outputs.version }} /p:ProductVersion=${{ needs.version.outputs.version }}
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ namespace Dummy
120120 return 1 ; // success
121121 }
122122
123- public static void DefaultCommand (BinaryView view )
123+ public static void DefaultCommand (BinaryView view )
124124 {
125125 Logger logger = BinaryNinja .Logger .GetOrCreateLogger (" Dummy" );
126126
You can’t perform that action at this time.
0 commit comments