add author
This commit is contained in:
@@ -17,14 +17,14 @@ build_script:
|
||||
- ps: dotnet restore
|
||||
- ps: dotnet build -c Release .\src\UriBuilder.Fluent
|
||||
- ps: dotnet build -c Release .\src\UriBuilder.Fluent.UnitTests
|
||||
- ps: .\update-projectjson.ps1
|
||||
- ps: dotnet restore
|
||||
- ps: dotnet pack -c Release .\src\UriBuilder.Fluent
|
||||
|
||||
|
||||
test_script:
|
||||
- ps: dotnet test -c Release .\src\UriBuilder.Fluent.UnitTests
|
||||
- ps: .\Coverage.ps1
|
||||
- ps: .\update-projectjson.ps1
|
||||
- ps: dotnet restore
|
||||
- ps: dotnet pack -c Release .\src\UriBuilder.Fluent
|
||||
|
||||
deploy:
|
||||
- provider: NuGet
|
||||
|
||||
Reference in New Issue
Block a user