Skip to content
Snippets Groups Projects
Unverified Commit 58415f17 authored by ax-meyer's avatar ax-meyer Committed by GitHub
Browse files

Deploy nuget without OVFFileConverterGUI

Temporarily removes the `OFVFFileConverterGUI` package from the solution during the nuget deploy. 

Required because even though packing the project is already prevented by the `IsPackable=false` flag in the `.csproj`, dotnet pack still tries to build the project before, which is not possible with `netcore2.1`.
parent 32b9bfda
Branches
Tags
No related merge requests found
...@@ -89,6 +89,7 @@ jobs: ...@@ -89,6 +89,7 @@ jobs:
- name: Build Windows - name: Build Windows
run: | run: |
dotnet sln OpenVectorFormatTools.sln remove OVFFileConverterGUI/OVFFileConverterGUI.csproj
dotnet build --configuration Release dotnet build --configuration Release
- name: Nuget Deploy - name: Nuget Deploy
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment