Skip to content

Commit 3d05517

Browse files
docs: no more hacks docfx
1 parent f16e1e5 commit 3d05517

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

appveyor.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ build_script:
5757
after_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
8683
nuget:
87-
account_feed: true
88-
project_feed: true
8984
disable_publish_on_pr: true
85+
9086
deploy:
9187
- provider: NuGet
9288
api_key:

0 commit comments

Comments
 (0)