We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67dac77 commit f28a1d4Copy full SHA for f28a1d4
.github/workflows/nuget-publish.yml
@@ -321,8 +321,8 @@ jobs:
321
- name: Build Devolutionus.IronRdp (managed)
322
shell: pwsh
323
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
+ # net8.0 target packaged as Devolutions.IronRdp
+ dotnet build .\ffi\dotnet\Devolutions.IronRdp\Devolutions.IronRdp.csproj -c Release
326
# net8.0-ios target packaged as Devolutions.IronRdp.iOS
327
dotnet build .\ffi\dotnet\Devolutions.IronRdp\Devolutions.IronRdp.csproj -c Release /p:PackageId=Devolutions.IronRdp.iOS
328
0 commit comments