-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source link and symbol package (#79)
* source link and symbol package * fix travis ci
- Loading branch information
1 parent
38c2aae
commit 6812916
Showing
4 changed files
with
63 additions
and
34 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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
dist: xenial | ||
language: csharp | ||
sudo: required | ||
mono: none | ||
dotnet: 2.0.0 | ||
dist: xenial | ||
dotnet: 2.2.300 | ||
os: | ||
- linux | ||
- osx | ||
|
||
script: | ||
- dotnet restore | ||
- dotnet build -c Release --no-restore --framework netstandard2 ./src | ||
- dotnet test -c Release --no-restore --framework netcoreapp2.0 ./test | ||
- dotnet test -c Release --no-restore --framework netcoreapp2.1 ./test |
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