Skip to content

Bump Microsoft.DotNet.Build.Tasks.Archives from 7.0.0-beta.23164.3 to 7.0.0-beta.23557.8 #213

Bump Microsoft.DotNet.Build.Tasks.Archives from 7.0.0-beta.23164.3 to 7.0.0-beta.23557.8

Bump Microsoft.DotNet.Build.Tasks.Archives from 7.0.0-beta.23164.3 to 7.0.0-beta.23557.8 #213

Workflow file for this run

name: .NET (build pull request)
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Install latest .NET SDK.
uses: Elskom/setup-latest-dotnet@main
with:
SDK_VERSION: '7.0.100'
RUNTIME_VERSIONS: ''
- name: Restore, Build, and Pack
uses: Elskom/build-dotnet@main