File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ build_script:
1212 - ps : .\build\Update-Version.ps1 $env:GitVersion_NuGetVersion
1313 - ps : dotnet --info
1414 - ps : dotnet restore
15- - ps : dotnet --verbose build .\DocumentFormat.OpenXml.Tests
15+ - ps : dotnet --verbose build -c Release .\DocumentFormat.OpenXml.Tests
1616
1717after_build :
18- - ps : dotnet --verbose pack .\DocumentFormat.OpenXml -o .
18+ - ps : dotnet --verbose pack -c Release .\DocumentFormat.OpenXml -o .
1919 - ps : .\build\SignPackage.ps1
2020
2121test_script :
22- - cmd : dotnet test .\DocumentFormat.OpenXml.Tests
22+ - cmd : dotnet test -c Release .\DocumentFormat.OpenXml.Tests
2323
2424artifacts :
2525 - path : ' *.nupkg'
@@ -29,6 +29,6 @@ deploy:
2929 provider : NuGet
3030 server : https://dotnet.myget.org/F/open-xml-sdk/api/v2/package
3131 api_key :
32- secure : Z9SzikoGtCN8Y3uK/w8gxBFwdL5BZ+QG2clbvx0W0SL048eKdykAsaLd8q3jKLbk
32+ secure : +uagaLcg+y8G8ZBxlXm0E5VmTHeT030NeoyHZGU8V7MtIPc1+VUXru0mAPVh0KhK
3333 on :
3434 branch : [master, vNext, Office2016]
You can’t perform that action at this time.
0 commit comments