Commit f509dacb authored by justcoding121's avatar justcoding121

prevent manifest.json from getting tracked

parent fc452024
...@@ -203,3 +203,6 @@ FakesAssemblies/ ...@@ -203,3 +203,6 @@ FakesAssemblies/
# Visual Studio 6 workspace options file # Visual Studio 6 workspace options file
*.opt *.opt
# Docfx
docs/manifest.json
\ No newline at end of file
...@@ -24,7 +24,7 @@ configuration: Release ...@@ -24,7 +24,7 @@ configuration: Release
# to run your custom scripts instead of automatic MSBuild # to run your custom scripts instead of automatic MSBuild
build_script: build_script:
- cmd: .\build.bat Package - cmd: build.bat Package
assembly_info: assembly_info:
patch: true patch: true
...@@ -38,9 +38,10 @@ test: on ...@@ -38,9 +38,10 @@ test: on
# skip building commits that add tags (such as release tag) # skip building commits that add tags (such as release tag)
skip_tags: true skip_tags: true
skip_commits: skip_commits:
author: buildbot121 author: buildbot121
#---------------------------------# #---------------------------------#
# artifacts configuration # # artifacts configuration #
#---------------------------------# #---------------------------------#
...@@ -60,10 +61,10 @@ environment: ...@@ -60,10 +61,10 @@ environment:
secure: ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k secure: ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k
deploy: deploy:
- provider: GitHub - provider: GitHub
auth_token: $env:github_access_token auth_token: $(github_access_token)
on: on:
branch: /(stable|beta)/ branch: /(stable|beta)/
- provider: NuGet - provider: NuGet
api_key: $env:nuget_access_token api_key: $(nuget_access_token)
on: on:
branch: /(stable|beta)/ 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