mirror of
https://github.com/AlexMacocian/Plumsy.git
synced 2026-07-15 14:59:30 +00:00
Fix CI pipeline
This commit is contained in:
@@ -43,8 +43,8 @@ jobs:
|
||||
- name: Prepare plugin files # Needs to be done manually in this pipeline
|
||||
run: |
|
||||
mkdir ${{ github.workspace }}\SimplePlugin
|
||||
cp ${{ github.workspace }}\Plumsy.Tests.SimplePlugin\bin\Debug\net6.0\Plumsy.Tests.SimplePlugin.dll ${{ github.workspace }}\SimplePlugin\Plumsy.Tests.SimplePlugin.dll
|
||||
cp ${{ github.workspace }}\Plumsy.Tests.SimplePlugin\bin\Debug\net6.0\SystemExtensions.NetStandard.dll ${{ github.workspace }}\SimplePlugin\SystemExtensions.NetStandard.dll
|
||||
cp ${{ github.workspace }}\Plumsy.Tests.SimplePlugin\bin\Debug\net10.0\Plumsy.Tests.SimplePlugin.dll ${{ github.workspace }}\SimplePlugin\Plumsy.Tests.SimplePlugin.dll
|
||||
cp ${{ github.workspace }}\Plumsy.Tests.SimplePlugin\bin\Debug\net10.0\SystemExtensions.NetStandard.dll ${{ github.workspace }}\SimplePlugin\SystemExtensions.NetStandard.dll
|
||||
|
||||
- name: Echo solution path
|
||||
run: echo /p:SolutionDir=${{ github.workspace }}\
|
||||
|
||||
Reference in New Issue
Block a user