We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537dc6e commit f703813Copy full SHA for f703813
1 file changed
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ on:
12
env:
13
PRODUCT_NAME: TeamTools.Linter.CommandLine
14
TEST_PROJECT: TeamTools.Linter.CommandLineTests
15
+ PUBLISH_PROJECT_PATH: TeamTools.Linter.CommandLine/TeamTools.Linter.CommandLine.csproj
16
OUTPUT_PATH: ${{ github.workspace }}/.bin/
17
PUBLISH_PATH: ${{ github.workspace }}/.pub/
18
@@ -123,7 +124,7 @@ jobs:
123
124
- name: Prepare package
125
if: ${{ matrix.configuration == 'Release' }}
126
run: >
- dotnet publish ${{ env.PRODUCT_NAME }}.csproj --no-build
127
+ dotnet publish ${{ env.PUBLISH_PROJECT_PATH }} --no-build
128
--configuration ${{ matrix.configuration }}
129
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
130
-p:PublishDir=${{ env.PUBLISH_PATH }}
0 commit comments