Skip to content

Commit f28a1d4

Browse files
authored
ci(nuget-publish): fix build for net8.0 target (#476)
1 parent 67dac77 commit f28a1d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ jobs:
321321
- name: Build Devolutionus.IronRdp (managed)
322322
shell: pwsh
323323
run: |
324-
# netstandard2.0 / Xamarin.iOS10 targets packaged as Devolutions.IronRdp
325-
msbuild .\ffi\dotnet\Devolutions.IronRdp.sln -t:restore,build -p:RestorePackagesConfig=true /p:Configuration=Release
324+
# net8.0 target packaged as Devolutions.IronRdp
325+
dotnet build .\ffi\dotnet\Devolutions.IronRdp\Devolutions.IronRdp.csproj -c Release
326326
# net8.0-ios target packaged as Devolutions.IronRdp.iOS
327327
dotnet build .\ffi\dotnet\Devolutions.IronRdp\Devolutions.IronRdp.csproj -c Release /p:PackageId=Devolutions.IronRdp.iOS
328328

0 commit comments

Comments
 (0)