Skip to content

Commit f703813

Browse files
authored
Update ci.yml
1 parent 537dc6e commit f703813

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
env:
1313
PRODUCT_NAME: TeamTools.Linter.CommandLine
1414
TEST_PROJECT: TeamTools.Linter.CommandLineTests
15+
PUBLISH_PROJECT_PATH: TeamTools.Linter.CommandLine/TeamTools.Linter.CommandLine.csproj
1516
OUTPUT_PATH: ${{ github.workspace }}/.bin/
1617
PUBLISH_PATH: ${{ github.workspace }}/.pub/
1718

@@ -123,7 +124,7 @@ jobs:
123124
- name: Prepare package
124125
if: ${{ matrix.configuration == 'Release' }}
125126
run: >
126-
dotnet publish ${{ env.PRODUCT_NAME }}.csproj --no-build
127+
dotnet publish ${{ env.PUBLISH_PROJECT_PATH }} --no-build
127128
--configuration ${{ matrix.configuration }}
128129
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
129130
-p:PublishDir=${{ env.PUBLISH_PATH }}

0 commit comments

Comments
 (0)