Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on: [push]

jobs:
build:
name: Build the library
runs-on: windows-2019
steps:
- name: Checkout the source
uses: actions/checkout@v2

- name: Build the library
shell: cmd
run: '"%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild.exe" /p:Configuration=Release /p:Platform=x64'

- name: Upload the artifact
uses: actions/upload-artifact@v2
with:
name: VirtualDesktopAccessor
path: x64/Release/VirtualDesktopAccessor.dll
if-no-files-found: error
Binary file removed x64/Release/VirtualDesktopAccessor.dll
Binary file not shown.