|
@@ -56,7 +56,7 @@ stages:
|
|
|
arguments: install --tool-path . nbgv
|
|
|
displayName: Install NBGV tool
|
|
|
|
|
|
- - script: nbgv cloud -p Ix.NET/Source
|
|
|
+ - script: ./nbgv cloud -p Ix.NET/Source
|
|
|
displayName: Set Version
|
|
|
|
|
|
- task: DotNetCoreCLI@2
|
|
@@ -88,7 +88,7 @@ stages:
|
|
|
arguments: -c $(BuildConfiguration) --settings Ix.NET/Source/CodeCoverage.runsettings --collect:"XPlat Code Coverage" -- RunConfiguration.DisableAppDomain=true
|
|
|
displayName: Run Tests
|
|
|
|
|
|
- - script: reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/Ix.NET/Source/coverlet/reports -reporttypes:"Cobertura"
|
|
|
+ - script: ./reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/Ix.NET/Source/coverlet/reports -reporttypes:"Cobertura"
|
|
|
displayName: Create reports
|
|
|
|
|
|
- task: PublishCodeCoverageResults@1
|