Skip to content

Bumped to .net 8 RC-packages #357

Bumped to .net 8 RC-packages

Bumped to .net 8 RC-packages #357

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install .Net Core
uses: actions/setup-dotnet@v2.0.0
with:
dotnet-version: 7.0.100
- name: Install dotnet-script
run: dotnet tool install dotnet-script --tool-path dotnet-script-tool
- name: Run build script
run: dotnet-script-tool/dotnet-script build/build.csx
env: # Or as an environment variable
GITHUB_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IS_SECURE_BUILDENVIRONMENT: ${{ secrets.IS_SECURE_BUILDENVIRONMENT }}
NUGET_APIKEY: ${{ secrets.NUGET_APIKEY }}