From 51b1833f2859bfdf3e66068e08c34c4f0c7e0665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Ehrenm=C3=BCller?= Date: Thu, 7 Oct 2021 18:58:54 +0200 Subject: [PATCH] --no-build in pack --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f761850..af56786 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 \ No newline at end of file