We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803d45f commit beac3c6Copy full SHA for beac3c6
.github/workflows/release.yaml
@@ -22,6 +22,9 @@ jobs:
22
- name: Build
23
run: dotnet build --no-restore --configuration Release
24
25
+ - name: Publish Application
26
+ run: dotnet publish Daqifi.Desktop/Daqifi.Desktop.csproj --configuration Release --output Daqifi.Desktop/bin/Release/net9.0-windows/publish --no-build
27
+
28
- name: Build MSI Installer
29
run: |
30
cd Daqifi.Desktop.Setup
0 commit comments