diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 917047c..0b7019c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: - uses: microsoft/setup-msbuild@v2.0.0 - name: Build - run: dotnet build --no-restore DotNetFileInfo + run: dotnet build DotNetFileInfo - name: Create output directory run: New-Item -ItemType Directory -Path C:\builtfiles\DotNetFileInfo -Force > $null