We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02de08e commit 54b2aceCopy full SHA for 54b2ace
.github/workflows/build.yml
@@ -22,4 +22,5 @@ jobs:
22
with:
23
dotnet-version: 8.0.x
24
- name: Build
25
+ working-directory: ./SharpPipe
26
run: dotnet pack -c Release
SharpPipe.Example/SharpPipe.Example.csproj
@@ -10,10 +10,6 @@
10
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
11
</PropertyGroup>
12
13
- <PropertyGroup>
14
- <RestoreSources>$(RestoreSources);../SharpPipe/bin/Release;https://api.nuget.org/v3/index.json</RestoreSources>
15
- </PropertyGroup>
16
-
17
<ItemGroup>
18
<PackageReference Include="YellowDogMan.SharpPipe" Version="1.0.0" />
19
</ItemGroup>
0 commit comments