Skip to content

Commit

Permalink
Fix build pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
harrison314 committed Nov 17, 2023
1 parent 26aa4a9 commit da3d8f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
with:
name: linux-native-libs
path: build_linux
- name: Setup dotnet 8.0
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0'
# - name: Setup dotnet 8.0
# uses: actions/setup-dotnet@v2
# with:
# dotnet-version: '8.0'
- name: Run './build.cmd BuildAll'
run: ./build.cmd BuildAll
- uses: actions/upload-artifact@v3
Expand Down
5 changes: 4 additions & 1 deletion build/Build.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -8,6 +8,9 @@
<NukeRootDirectory>..</NukeRootDirectory>
<NukeScriptDirectory>..</NukeScriptDirectory>
<NukeTelemetryVersion>1</NukeTelemetryVersion>

<!-- Remove after update nuke to .Net 8 -->
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Src/BouncyHsm.Pkcs11Lib/BouncyHsm.Pkcs11Lib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
<VCProjectVersion>17.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{6f83b51b-8fda-40f2-88b5-f1e415918ba8}</ProjectGuid>
<RootNamespace>BouncyHsmPkcs11Lib</RootNamespace>
Expand Down

0 comments on commit da3d8f6

Please sign in to comment.