Skip to content

Commit 1dcdf07

Browse files
committed
update githubaction
1 parent c2c7a88 commit 1dcdf07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: dotnet build LotusECMLogger.sln --configuration Release --no-restore /p:Platform=x86
3030

3131
- name: Publish application
32-
run: dotnet publish LotusECMLogger/LotusECMLogger.csproj --configuration Release --output ./publish --no-build /p:Platform=x86
32+
run: dotnet publish LotusECMLogger/LotusECMLogger.csproj --configuration Release --output ./publish /p:Platform=x86 --no-restore
3333

3434
- name: Upload build artifacts
3535
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)