File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,6 +185,6 @@ jobs:
185185 run : dotnet nuget add source https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json --name github --username ${{ github.repository_owner }} --password ${{ github.token }} --store-password-in-clear-text
186186
187187 - name : Publish `UI`
188- run : dotnet nuget push UI.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
188+ run : dotnet nuget push SimulationTree. UI.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
189189 env :
190190 NUGET_TOKEN : ${{ secrets.NUGET_TOKEN }}
Original file line number Diff line number Diff line change 1111 <WarningLevel >9999</WarningLevel >
1212 <Title >UI</Title >
1313 <Authors >popcron</Authors >
14- <Company >simulation-tree </Company >
14+ <Company >Simulation Tree </Company >
1515 <RepositoryUrl >https://github.com/simulation-tree/ui</RepositoryUrl >
1616 <IncludeBuildOutput >false</IncludeBuildOutput >
1717 <OutDir >bin/$(TargetFramework)/$(Configuration)</OutDir >
You can’t perform that action at this time.
0 commit comments