We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518b1ad commit 007069dCopy full SHA for 007069d
.github/workflows/cd-controls.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
fail-fast: false
28
env:
29
- SOLUTION_NAME: 'Files.sln'
+ SOLUTION_NAME: 'Files.slnx'
30
CONFIGURATION: 'Release' # It's not necessary to use a matrix as the package method will always be Release
31
PLATFORM: 'x64'
32
WORKING_DIR: '${{ github.workspace }}' # D:\a\Files\Files\
0 commit comments