We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c893c08 commit 51b1833Copy full SHA for 51b1833
appveyor.yml
@@ -6,6 +6,6 @@ build_script:
6
- cmd: dotnet restore
7
- cmd: dotnet build --configuration Release --no-restore /p:AssemblyVersion=%ASSEMBLY_VERSION%
8
- cmd: dotnet test --configuration Release --no-build --framework net472
9
- - 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%
10
artifacts:
11
- path: nugets\DeepCopy.Fody.*.nupkg
0 commit comments