File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,6 @@ build_script:
5757after_build :
5858 - cmd : appveyor PushArtifact "src\bin\%CONFIGURATION%\Ipfs.Http.Client.%GitVersion_MajorMinorPatch%.nupkg"
5959# Build documentation in doc\_site
60- # See https://github.com/dotnet/docfx/issues/1752#issuecomment-308909959
61- - set MSBUILD_EXE_PATH=C:\Program Files\dotnet\sdk\2.0.0\MSBuild.dll
62- - copy doc\MSBuild.dll.config "C:\Program Files\dotnet\sdk\2.0.0\MSBuild.dll.config" /Y
6360 - docfx doc\docfx.json --logLevel Warning
6461 - 7z a -tzip docs.zip doc\_site
6562 - appveyor PushArtifact docs.zip
@@ -84,9 +81,8 @@ after_test:
8481
8582# publish NuGet package on tag build
8683nuget :
87- account_feed : true
88- project_feed : true
8984 disable_publish_on_pr : true
85+
9086deploy :
9187- provider : NuGet
9288 api_key :
You can’t perform that action at this time.
0 commit comments