From 94a2aa9a3360f2c26ff707246cc3fd14adc8311e Mon Sep 17 00:00:00 2001 From: BEN ABT Date: Mon, 29 Apr 2024 15:55:04 +0200 Subject: [PATCH] add infra updates (#45) * update ci yml * add package updates --- .github/workflows/ci.yml | 6 +-- Directory.Packages.props | 104 +++++++++++++++++++-------------------- 2 files changed, 53 insertions(+), 57 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cf1e2b..6371280 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,16 +18,16 @@ jobs: steps: - name: Cancel previous builds in PR - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work. - name: 'Install .NET SDK' - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: global-json-file: ./global.json diff --git a/Directory.Packages.props b/Directory.Packages.props index ea3fdaf..b41664f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,55 +1,51 @@ - - true - - - - - - - - - - - - - - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers - - - - - - all - runtime; build; native; contentfiles; analyzers - - - all - runtime; build; native; contentfiles; analyzers - - - all - runtime; build; native; contentfiles; analyzers - - - + + true + + + + + + + + + + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers + + + + + all + runtime; build; native; contentfiles; analyzers + + + all + runtime; build; native; contentfiles; analyzers + + + all + runtime; build; native; contentfiles; analyzers + + + \ No newline at end of file