We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55febdf commit 7977cd3Copy full SHA for 7977cd3
1 file changed
.github/workflows/main.yml
@@ -21,6 +21,7 @@ jobs:
21
csproj: tests/MauiApp.csproj
22
version: ${{ github.run_number }}
23
displayVersion: '100.500'
24
+ printFile: true
25
26
action-test-winfows:
27
runs-on: windows-latest
@@ -80,5 +81,4 @@ jobs:
80
81
- name: MAUIAppVersion
82
uses: managedcode/MAUIAppVersion@v0.0.5-alpha
83
with:
- csproj: tests/MauiApp.csproj
84
- printFile: false
+ csproj: tests/MauiApp.csproj
0 commit comments