Commit f509dacb authored by justcoding121's avatar justcoding121

prevent manifest.json from getting tracked

parent fc452024
......@@ -203,3 +203,6 @@ FakesAssemblies/
# Visual Studio 6 workspace options file
*.opt
# Docfx
docs/manifest.json
\ No newline at end of file
......@@ -24,7 +24,7 @@ configuration: Release
# to run your custom scripts instead of automatic MSBuild
build_script:
- cmd: .\build.bat Package
- cmd: build.bat Package
assembly_info:
patch: true
......@@ -38,9 +38,10 @@ test: on
# skip building commits that add tags (such as release tag)
skip_tags: true
skip_commits:
author: buildbot121
#---------------------------------#
# artifacts configuration #
#---------------------------------#
......@@ -60,10 +61,10 @@ environment:
secure: ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k
deploy:
- provider: GitHub
auth_token: $env:github_access_token
auth_token: $(github_access_token)
on:
branch: /(stable|beta)/
- provider: NuGet
api_key: $env:nuget_access_token
api_key: $(nuget_access_token)
on:
branch: /(stable|beta)/
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment