Skip to content

Merge branch 'main' into Framework462 #31

Merge branch 'main' into Framework462

Merge branch 'main' into Framework462 #31

name: .NET Framework 4.6.2
on:
push:
branches: [ Framework462 ]
pull_request:
branches: [ Framework462 ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1
with:
msbuild-architecture: x64
- name: Build
run: msbuild -restore ScepClient.csproj /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
name: scepclient-win-x64
path: bin/Release/*