This repository has been archived by the owner on Jun 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the realease to 0.6-beta and fixes the deploy configuration
- Loading branch information
1 parent
d54a210
commit 3d25063
Showing
4 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -258,4 +258,8 @@ paket-files/ | |
|
||
# Python Tools for Visual Studio (PTVS) | ||
__pycache__/ | ||
*.pyc | ||
*.pyc | ||
|
||
# Travis-CI | ||
.tools/ | ||
.sonarqube/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
dotnet pack ServForOracle.NetCore --include-source --include-symbols --no-build -o $TRAVIS_BUILD_DIR | ||
nuget push ServForOracle.NetCore.nupkg -source https://api.nuget.org/v3/index.json | ||
dotnet pack ServForOracle.NetCore --include-source -o $TRAVIS_BUILD_DIR | ||
dotnet nuget push ServForOracle.NetCore.*.nupkg --source https://api.nuget.org/v3/index.json --api-key $NUGET_TOKEN |