Skip to content

Commit

Permalink
--no-build in pack
Browse files Browse the repository at this point in the history
  • Loading branch information
greuelpirat committed Oct 7, 2021
1 parent c893c08 commit 51b1833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ build_script:
- cmd: dotnet restore
- cmd: dotnet build --configuration Release --no-restore /p:AssemblyVersion=%ASSEMBLY_VERSION%
- cmd: dotnet test --configuration Release --no-build --framework net472
- cmd: dotnet pack --configuration Release /p:PackageVersion=%PACKAGE_VERSION% /p:AssemblyVersion=%ASSEMBLY_VERSION%
- cmd: dotnet pack --configuration Release --no-build /p:PackageVersion=%PACKAGE_VERSION% /p:AssemblyVersion=%ASSEMBLY_VERSION%
artifacts:
- path: nugets\DeepCopy.Fody.*.nupkg

0 comments on commit 51b1833

Please sign in to comment.