File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 27
27
$env:fileVersion = $env:APPVEYOR_BUILD_VERSION -replace '(\d+)\.(\d+)\.([^.]+)\.(\d+)', '$1.$2.999.$4'
28
28
$env:productVersion = $env:fileVersion
29
29
}
30
+ $env:signed = $env:CONFIGURATION.Substring(7)
30
31
31
32
Update-AppveyorBuild -Version $env:fileVersion
32
33
@@ -61,7 +62,7 @@ test_script:
61
62
- dotnet test tests/ClosedXML.Report.Tests
62
63
after_build :
63
64
- cd ClosedXML.Report/bin/%CONFIGURATION%/
64
- - 7z a ClosedXML.Report_ %productVersion%.zip */ClosedXML.Report.dll
65
+ - 7z a ClosedXML.Report%signed%_ %productVersion%.zip */ClosedXML.Report.dll
65
66
- cd ../../../
66
67
67
68
artifacts :
@@ -83,6 +84,7 @@ deploy:
83
84
APPVEYOR_REPO_TAG : true
84
85
- provider : NuGet
85
86
artifact : /.*\.nupkg/
87
+ skip_symbols : false
86
88
api_key :
87
89
secure : GZMuY+C0BuVSLsTJ0b2oLNVNXdd8ffaFJapOaUDKlrfOLmrHc0S44AqSE6pjK1yC
88
90
on :
You can’t perform that action at this time.
0 commit comments