Skip to content

build(deps): bump github.com/open-amt-cloud-toolkit/go-wsman-messages/v2 from 2.5.2 to 2.5.5 #1645

build(deps): bump github.com/open-amt-cloud-toolkit/go-wsman-messages/v2 from 2.5.2 to 2.5.5

build(deps): bump github.com/open-amt-cloud-toolkit/go-wsman-messages/v2 from 2.5.2 to 2.5.5 #1645

Workflow file for this run

name: .NET
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Setup .NET
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
dotnet-version: 6.0.x
- name: Build rpc as library
run: go build -buildmode=c-shared -o rpc.so ./cmd
- name: Restore dependencies
run: cd samples/dotnet && dotnet restore
- name: Build
run: cd samples/dotnet && dotnet build --no-restore