File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 --configuration ${{ matrix.configuration }}
9090 -p:VersionPrefix=${{ needs.semver.outputs.next-version }}
9191 -p:ContinuousIntegrationBuild=true
92- -p:${{ TEST_PROJECT }}.OutputPath="${{ env.OUTPUT_PATH }}Tests/${{ matrix.configuration }}/"
92+ -p:${{ env. TEST_PROJECT }}.OutputPath="${{ env.OUTPUT_PATH }}Tests/${{ matrix.configuration }}/"
9393 -p:SourceRevisionId=${{ github.sha }}
9494 -p:RepositoryUrl="${{ github.repositoryUrl }}"
9595 -p:RepositoryType=git
@@ -101,7 +101,7 @@ jobs:
101101 run : >
102102 dotnet test --no-build --verbosity normal
103103 -p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
104- -p:${{ TEST_PROJECT }}.OutputPath="${{ env.OUTPUT_PATH }}Tests/${{ matrix.configuration }}/"
104+ -p:${{ env. TEST_PROJECT }}.OutputPath="${{ env.OUTPUT_PATH }}Tests/${{ matrix.configuration }}/"
105105 --configuration ${{ matrix.configuration }}
106106 --logger "trx;LogFileName=${{ github.workspace }}/TestResults/test-results.trx"
107107
@@ -111,7 +111,7 @@ jobs:
111111 dotnet test --no-build --verbosity normal
112112 -p:CollectCoverage=true -p:CoverletOutput="${{ github.workspace }}/TestResults/" -p:CoverletOutputFormat=opencover /p:ExcludeByFile="**/TeamTools.TSQL.Common/**/*.cs"
113113 -p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
114- -p:${{ TEST_PROJECT }}.OutputPath="${{ env.OUTPUT_PATH }}Tests/${{ matrix.configuration }}/"
114+ -p:${{ env. TEST_PROJECT }}.OutputPath="${{ env.OUTPUT_PATH }}Tests/${{ matrix.configuration }}/"
115115 --configuration ${{ matrix.configuration }}
116116 --logger "trx;LogFileName=${{ github.workspace }}/TestResults/test-results.trx"
117117
You can’t perform that action at this time.
0 commit comments