Skip to content

Bump Microsoft.DotNet.Build.Tasks.Installers from 7.0.0-beta.22601.6 to 7.0.0-beta.23564.5 #218

Bump Microsoft.DotNet.Build.Tasks.Installers from 7.0.0-beta.22601.6 to 7.0.0-beta.23564.5

Bump Microsoft.DotNet.Build.Tasks.Installers from 7.0.0-beta.22601.6 to 7.0.0-beta.23564.5 #218

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