Skip to content

Commit

Permalink
remove websocketsharp download from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahr2411 authored Apr 8, 2024
1 parent 49caa70 commit 4298f7b
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/csc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,7 @@ jobs:

- name: Install MSBuild to PATH
uses: microsoft/[email protected]

- name: Download WebSocket-Sharp 1.0.3rc11
# Fine, I'll play dirty.
uses: carlosperate/[email protected]
with:
file-url: 'https://www.nuget.org/api/v2/package/WebSocketSharp/1.0.3-rc11'
file-name: websocketsharp.nupkg
location: './tmp'

- name: Extract WebSocket-Sharp with 7z
run: |
cd tmp
7z x websocketsharp.nupkg
copy .\lib\websocket-sharp.dll D:\a\collab-vm-csharp-client\collab-vm-csharp-client\
- name: Copy WebSocket-Sharp to build folders
run: |
cd D:\a\collab-vm-csharp-client\collab-vm-csharp-client\
mkdir ./bin/Debug
mkdir ./bin/Release
copy websocket-sharp.dll bin\Release
copy websocket-sharp.dll bin\Debug

- name: Use MSBuild to compile debug version
run: msbuild

Expand Down

0 comments on commit 4298f7b

Please sign in to comment.