File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,18 @@ build:
42
42
43
43
after_build :
44
44
- echo %GitVersion_NuGetVersion%
45
- # - cmd: nuget pack src\IpfsApi.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
46
- # - cmd: appveyor PushArtifact "Ipfs.Api.%GitVersion_NuGetVersion%.nupkg"
45
+ - cmd : nuget pack src\IpfsApi.nuspec -version "%GitVersion_NuGetVersion%" -prop "target=%CONFIGURATION%"
46
+ - cmd : appveyor PushArtifact "Ipfs.Api.%GitVersion_NuGetVersion%.nupkg"
47
47
48
48
after_test :
49
49
# Generate coverage report
50
50
- packages\OpenCover.4.6.210-rc\tools\OpenCover.Console.exe -register:user -filter:"+[Ipfs.Api*]* -[*Tests]*" -target:"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\MSTest.exe" -targetargs:"/testcontainer:test//bin/Release/Ipfs.Api.Tests.dll" -output:coverage.xml
51
51
- if defined COVERALLS_REPO_TOKEN packages\coveralls.net.0.6.0\tools\csmacnz.coveralls.exe --opencover -i ./coverage.xml --serviceName appveyor --jobId %APPVEYOR_BUILD_NUMBER%
52
52
53
53
# publish NuGet package on tag build
54
- # deploy:
55
- # - provider: NuGet
56
- # api_key:
57
- # secure: OdmGEj/l0K0ZPDmXAYx+fryCzV012eTrM29ALBuL0waxvwLvrufdDXiI+1iNhWEG
58
- # on:
59
- # appveyor_repo_tag: true
54
+ deploy :
55
+ - provider : NuGet
56
+ api_key :
57
+ secure : OdmGEj/l0K0ZPDmXAYx+fryCzV012eTrM29ALBuL0waxvwLvrufdDXiI+1iNhWEG
58
+ on :
59
+ appveyor_repo_tag : true
Original file line number Diff line number Diff line change 72
72
<Compile Include =" Properties\AssemblyInfo.cs" />
73
73
</ItemGroup >
74
74
<ItemGroup >
75
+ <None Include =" IpfsApi.nuspec" />
75
76
<None Include =" packages.config" />
76
77
</ItemGroup >
77
78
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
You can’t perform that action at this time.
0 commit comments