Skip to content

Commit

Permalink
Updated publish_nuget workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ZippyNeuron committed Feb 26, 2023
1 parent 2e3db5b commit d41c191
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish_nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: Metarwiz/Metarwiz.csproj
# Configuration to build and package
BUILD_CONFIGURATION: Release
# Platform target to compile (default is empty/AnyCPU)
BUILD_PLATFORM: x64
# NuGet package id, used for version detection & defaults to project name
PACKAGE_NAME: ZippyNeuron.Metarwiz
# Filepath with version info, relative to root of repository & defaults to PROJECT_FILE_PATH
Expand Down

0 comments on commit d41c191

Please sign in to comment.