Skip to content

Commit 12bbe20

Browse files
authored
Update ci.yml
1 parent 1c7b319 commit 12bbe20

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
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

0 commit comments

Comments
 (0)