File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 11version : 1.0.{build}
22image : Visual Studio 2019
33platform : Any CPU
4- environment :
5- SNYK_KEY :
6- secure : 3Veu6SjQ3EG4CsnWwZC2/Tb5ckd2T9ym1wcCEzYnLcDiVO/4looeNn/pEMElOxbw
74before_build :
85- choco install opencover.portable
96- choco install codecov
107build_script :
118- dotnet restore
129- dotnet build --configuration Release
1310after_build :
14- - npm install lodash snyk -g
15- - snyk auth %SNYK_KEY%
1611- cd WhatIsHeDoing.DomainModels
17- # - snyk test
18- # - snyk monitor
1912test_script :
2013- OpenCover.Console.exe -register:user -target:"C:/Program Files/dotnet/dotnet.exe" -targetargs:test -filter:"+[WhatIsHeDoing.DomainModels*]* -[WhatIsHeDoing.DomainModels.Tests]*" -output:coverage.xml -oldstyle
2114- codecov -f coverage.xml
You can’t perform that action at this time.
0 commit comments