File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,19 +124,19 @@ jobs:
124124 - name : Prepare package
125125 if : ${{ matrix.configuration == 'Release' }}
126126 run : >
127- dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-buils
127+ dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-build
128128 -p:TargetFramework=netcoreapp3.1
129129 -p:Configuration=${{ matrix.configuration }}
130130 -p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
131131 -p:PublishDir="${{ env.PUBLISH_PATH }}/$(Configuration)/$(TargetFramework)/"
132132 &&
133- dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-buils
133+ dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-build
134134 -p:TargetFramework=net6.0
135135 -p:Configuration=${{ matrix.configuration }}
136136 -p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
137137 -p:PublishDir="${{ env.PUBLISH_PATH }}/$(Configuration)/$(TargetFramework)/"
138138 &&
139- dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-buils
139+ dotnet publish "${{ env.PUBLISH_PROJECT_PATH }}" --no-build
140140 -p:TargetFramework=net8.0
141141 -p:Configuration=${{ matrix.configuration }}
142142 -p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
You can’t perform that action at this time.
0 commit comments