File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 with :
3838 dotnet-version : ' 7.0.102'
3939 - name : Copy csproj
40- run : cp ./project.csproj ./src/SdkFabric./SdkFabric..csproj
40+ run : cp ./project.csproj ./src/SdkFabric.Twitter /SdkFabric.Twitter .csproj
4141 - name : Set version
42- run : sed -i 's/0.1.0/${{ inputs.typehub_version }}/g' ./src/SdkFabric./SdkFabric..csproj
42+ run : sed -i 's/0.1.0/${{ inputs.typehub_version }}/g' ./src/SdkFabric.Twitter /SdkFabric.Twitter .csproj
4343 - name : Create and push NuGet package
44- working-directory : ./src/SdkFabric.
44+ working-directory : ./src/SdkFabric.Twitter
4545 run : |
4646 dotnet pack -c Release
4747 dotnet nuget push bin/Release/*.nupkg --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json --skip-duplicate
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >net6.0</TargetFramework >
4- <PackageId >SdkFabric.</PackageId >
4+ <PackageId >SdkFabric.Twitter </PackageId >
55 <PackageVersion >0.1.0</PackageVersion >
66 <Authors >chriskapp</Authors >
77 <Company >Apioo</Company >
You can’t perform that action at this time.
0 commit comments