diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5262f663..cc2e8ed0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,12 +67,12 @@ jobs: - name: Build, test and pack if: ${{ runner.os == 'Windows' }} - run: eng\common\CIBuild.cmd -configuration Release -prepareMachine -integrationTest /p:SuppressSymbolPackageFormatValidation=true + run: eng\common\CIBuild.cmd -configuration Release -prepareMachine -integrationTest /p:RestoreDotNetWorkloads=true - name: Build, test and pack if: ${{ runner.os != 'Windows' }} shell: pwsh - run: ./eng/common/cibuild.sh -configuration Release -prepareMachine -integrationTest /p:SuppressSymbolPackageFormatValidation=true + run: ./eng/common/cibuild.sh -configuration Release -prepareMachine -integrationTest /p:RestoreDotNetWorkloads=true - name: Attest artifacts uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2 diff --git a/Directory.Build.props b/Directory.Build.props index 1edc44c9..69ec0e41 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,6 +14,7 @@ true portable snupkg + true $(MSBuildThisFileDirectory)eng\CodeAnalysis.ruleset false true diff --git a/eng/Tools.props b/eng/Tools.props index 03602c80..7b481936 100644 --- a/eng/Tools.props +++ b/eng/Tools.props @@ -8,7 +8,7 @@ Restore the .NET workloads immediately after the .NET tooling has been installed by Arcade. --> - +