Skip to content

Bump NuGet.Protocol from 6.4.0 to 6.4.2 in /src/Dotnet.Deps.Core #69

Bump NuGet.Protocol from 6.4.0 to 6.4.2 in /src/Dotnet.Deps.Core

Bump NuGet.Protocol from 6.4.0 to 6.4.2 in /src/Dotnet.Deps.Core #69

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: 6.0.300
- 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 }}