Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

chore(deps): bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.7.2 #195

chore(deps): bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.7.2

chore(deps): bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.7.2 #195

Workflow file for this run

name: 'Build Plugin'
on:
push:
branches: [ "master", "analyzers" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Embed version info
run: echo "${{ github.sha }}" > ConfusedPolarBear.Plugin.IntroSkipper/Configuration/version.txt
- name: Build
run: dotnet build --no-restore
- name: Upload artifact
uses: actions/[email protected]
with:
name: intro-skipper-${{ github.sha }}.dll
path: ConfusedPolarBear.Plugin.IntroSkipper/bin/Debug/net6.0/ConfusedPolarBear.Plugin.IntroSkipper.dll
if-no-files-found: error