Skip to content

Commit

Permalink
Merge pull request #197 from TimeWarpEngineering/Cramer/2024-05-19/Re…
Browse files Browse the repository at this point in the history
…moveWebTypescript

Cleanup and fix of template options and workflow
  • Loading branch information
StevenTCramer authored May 19, 2024
2 parents 31d1c75 + 7d7152a commit 4be2821
Show file tree
Hide file tree
Showing 36 changed files with 45 additions and 17,089 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:

- name: Pack
run: |
cd Source/TimeWarp.Architecture.Template/
cd TimeWarp.Architecture/Source/TimeWarp.Architecture.Template/
dotnet build -c Release
- name: Publish
run: dotnet nuget push Source/TimeWarp.Architecture.Template/bin/Release/TimeWarp.Architecture.*.nupkg --skip-duplicate --no-symbols --source https://api.nuget.org/v3/index.json --api-key ${{secrets.PUBLISH_TO_NUGET_ORG}}
run: dotnet nuget push TimeWarp.Architecture/Source/TimeWarp.Architecture.Template/bin/Release/TimeWarp.Architecture.*.nupkg --skip-duplicate --no-symbols --source https://api.nuget.org/v3/index.json --api-key ${{secrets.PUBLISH_TO_NUGET_ORG}}
env:
NUGET_AUTH_TOKEN: ${{secrets.PUBLISH_TO_NUGET_ORG}}
6 changes: 0 additions & 6 deletions NuGet.config

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4be2821

Please sign in to comment.