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 29a0984 commit 62096e5Copy full SHA for 62096e5
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: microsoft/[email protected]
40
41
- name: Build
42
- run: dotnet build DotNetFileInfo
+ run: dotnet build -c Release DotNetFileInfo
43
44
- name: Create output directory
45
run: New-Item -ItemType Directory -Path C:\builtfiles\DotNetFileInfo -Force > $null
0 commit comments