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