Skip to content

Update to 2024.3

Update to 2024.3 #51

Workflow file for this run

name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Build plugin
uses: eskatos/[email protected]
with:
arguments: buildPlugin --stacktrace
- name: dotnet-tests-report
uses: zyborg/[email protected]
with:
report_name: plugin_tests
report_title: Plugin Tests
set_check_status_from_test_outcome: true
project_path: src/dotnet/ReSharperPlugin.NSubstituteComplete.Tests/ReSharperPlugin.NSubstituteComplete.Tests.csproj
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Unpack Distribution
shell: pwsh
run: scripts/Unpack-Distribution.ps1
- name: Upload artifact
uses: actions/[email protected]
with:
name: NSubstituteCompleteRiderPlugin
path: build/distributions/unpacked
- name: Upload artifact
uses: actions/[email protected]
with:
name: NSubstituteCompleteReSharperPlugin
path: build/distributions/*.nupkg