Skip to content

Commit 51b1833

Browse files
committed
--no-build in pack
1 parent c893c08 commit 51b1833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ build_script:
66
- cmd: dotnet restore
77
- cmd: dotnet build --configuration Release --no-restore /p:AssemblyVersion=%ASSEMBLY_VERSION%
88
- cmd: dotnet test --configuration Release --no-build --framework net472
9-
- cmd: dotnet pack --configuration Release /p:PackageVersion=%PACKAGE_VERSION% /p:AssemblyVersion=%ASSEMBLY_VERSION%
9+
- cmd: dotnet pack --configuration Release --no-build /p:PackageVersion=%PACKAGE_VERSION% /p:AssemblyVersion=%ASSEMBLY_VERSION%
1010
artifacts:
1111
- path: nugets\DeepCopy.Fody.*.nupkg

0 commit comments

Comments
 (0)