We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c7a88 commit 1dcdf07Copy full SHA for 1dcdf07
.github/workflows/dotnet-build.yml
@@ -29,7 +29,7 @@ jobs:
29
run: dotnet build LotusECMLogger.sln --configuration Release --no-restore /p:Platform=x86
30
31
- name: Publish application
32
- run: dotnet publish LotusECMLogger/LotusECMLogger.csproj --configuration Release --output ./publish --no-build /p:Platform=x86
+ run: dotnet publish LotusECMLogger/LotusECMLogger.csproj --configuration Release --output ./publish /p:Platform=x86 --no-restore
33
34
- name: Upload build artifacts
35
uses: actions/upload-artifact@v4
0 commit comments