Skip to content

Instantly share code, notes, and snippets.

@iAmBipinPaul
Created July 13, 2018 02:53
Show Gist options
  • Save iAmBipinPaul/3c1ef10c750b7ed72063ea47ab6e8d7b to your computer and use it in GitHub Desktop.
Save iAmBipinPaul/3c1ef10c750b7ed72063ea47ab6e8d7b to your computer and use it in GitHub Desktop.
file for travis ci
language: csharp
solution: bipinpaul.com.np.sln
dotnet: 2.1.301
script:
- dotnet restore
- dotnet publish -c Release -o output
- cd bipinpaul.com.np/output/bipinpaul.com.np/dist
- ls -LR
deploy:
provider: pages
skip-cleanup: true
github-token: $travisci1
keep-history: true
local-dir: bipinpaul.com.np/output/bipinpaul.com.np/dist
target-branch: gh-pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment