Skip to content

windows latest

windows latest #9

Workflow file for this run

name: CI Pipeline
on: [push, workflow_dispatch]
permissions:
id-token: write # required for hashicorp/vault-action to work
contents: read
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up .NET
uses: actions/setup-dotnet@v5
- name: Build project
run: dotnet build --configuration Release
- uses: ./.github/actions/sign-artifacts
with:
artifacts: |
./CredentialManagement/bin/Release/netstandard2.0/RedGate.ThirdParty.CredentialManagement.Standard.dll
- name: Create the package
run: dotnet pack --configuration Release
# Publish the package to NuGet