Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabe committed May 9, 2017
1 parent a88763e commit 946a83b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dist/

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ build:release:
stage: build
artifacts:
paths:
- AzureBlobToArchive/bin/Release/net46/publish
- dist
script:
- dotnet restore
- dotnet publish -c Release
- dotnet publish -c Release -o dist
tags:
- vs2017

0 comments on commit 946a83b

Please sign in to comment.