We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0cda3 commit 578ff6cCopy full SHA for 578ff6c
appveyor.yml
@@ -53,7 +53,7 @@ build_script:
53
- dotnet pack -c %CONFIGURATION% --no-build --no-restore -p:Version=%GitVersion_MajorMinorPatch% -p:AssemblyVersion=%GitVersion_MajorMinorPatch%
54
55
after_build:
56
- - cmd: appveyor PushArtifact "src\bin\%CONFIGURATION%\Ipfs.Core.%GitVersion_MajorMinorPatch%.nupkg"
+ - cmd: appveyor PushArtifact "src\bin\%CONFIGURATION%\Ipfs.Api.%GitVersion_MajorMinorPatch%.nupkg"
57
# Build documentation in doc\_site
58
# - tools\docfx\docfx doc\docfx.json
59
# - if defined git_token gh-pages -d doc\_site -m "new docs %GitVersion_FullSemVer%"
0 commit comments