Skip to content

Commit 54b2ace

Browse files
committed
chore(sharppipeactions)#: Update example to not be broken and pack in the correct directory this time
1 parent 02de08e commit 54b2ace

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
with:
2323
dotnet-version: 8.0.x
2424
- name: Build
25+
working-directory: ./SharpPipe
2526
run: dotnet pack -c Release

SharpPipe.Example/SharpPipe.Example.csproj

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1111
</PropertyGroup>
1212

13-
<PropertyGroup>
14-
<RestoreSources>$(RestoreSources);../SharpPipe/bin/Release;https://api.nuget.org/v3/index.json</RestoreSources>
15-
</PropertyGroup>
16-
1713
<ItemGroup>
1814
<PackageReference Include="YellowDogMan.SharpPipe" Version="1.0.0" />
1915
</ItemGroup>

0 commit comments

Comments
 (0)