Skip to content

Commit

Permalink
fixing NuGet package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed Dec 19, 2020
1 parent 7fc97e4 commit 2430524
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,12 @@ assembly_info:

# Run scripts below before
before_build:
- where msbuild
- cmd: msbuild /t:Clean
- cmd: where dotnet
- cmd: dotnet clean

# Run scripts below before
build_script:
- cmd: dotnet build

# NuGet files qualified as artifacts
artifacts:
Expand All @@ -110,7 +114,7 @@ deploy:
-
provider: NuGet
api_key:
secure: i6oWn60J7ZOM4UuYcvxbuk9OAEp6or+Wq7izyJDPNlcLIhG2UKsxz7G/8erhdY3M
secure: c+bOBlC+eIhTgHvlikhEvHUNuZ6cmzfnLHrP9LlbIovCeiaVompH6mBWwHKCPZfO
artifact: NuGet_Files
server: # remove to push to NuGet.org
skip_symbols: false
Expand Down
1 change: 1 addition & 0 deletions src/CodeCave.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<PropertyGroup>
<IsPackable>true</IsPackable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand Down

0 comments on commit 2430524

Please sign in to comment.