Skip to content

Fix completion in 2024.2.4 #34

Fix completion in 2024.2.4

Fix completion in 2024.2.4 #34

Workflow file for this run

name: Build Plugin
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
environment: buildPlugin
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Install .NET dependencies
run: dotnet restore
- name: Build plugin
uses: eskatos/[email protected]
env:
REQNROLL_TELEMETRY_ENABLED: 0
APPINSIGHTSINSTRUMENTATIONKEY: ${{ secrets.APPINSIGHTS_KEY }}
with:
arguments: buildPlugin --stacktrace
- name: dotnet-tests-report
uses: zyborg/[email protected]
env:
REQNROLL_TELEMETRY_ENABLED: 0
with:
report_name: plugin_tests
report_title: Plugin Tests
set_check_status_from_test_outcome: true
project_path: src/dotnet/ReSharperPlugin.ReqnrollRiderPlugin.Tests/ReSharperPlugin.ReqnrollRiderPlugin.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: ReqnrollPlugin
path: build/distributions/unpacked