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:
57
57
after_build :
58
58
- cmd : appveyor PushArtifact "src\bin\%CONFIGURATION%\Ipfs.Http.Client.%GitVersion_MajorMinorPatch%.nupkg"
59
59
# 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
63
60
- docfx doc\docfx.json --logLevel Warning
64
61
- 7z a -tzip docs.zip doc\_site
65
62
- appveyor PushArtifact docs.zip
@@ -84,9 +81,8 @@ after_test:
84
81
85
82
# publish NuGet package on tag build
86
83
nuget :
87
- account_feed : true
88
- project_feed : true
89
84
disable_publish_on_pr : true
85
+
90
86
deploy :
91
87
- provider : NuGet
92
88
api_key :
You can’t perform that action at this time.
0 commit comments