Skip to content

Commit

Permalink
🚀 Added the package.lock.json used for dependency caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuufMaster committed Oct 17, 2024
1 parent a879150 commit 01500db
Show file tree
Hide file tree
Showing 4 changed files with 1,554 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🚀 Deploy BeakPeekBirdApi
name: 🚀 Deploy Dotnet BirdApi

env:
# DOTNET_ROOT: ./dotnet/BeakPeekApi/
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/deploy_userapi.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: 🚀 Deploy Dotnet UserApi

# env:
# DOTNET_ROOT: ./dotnet/UserApi/UserApi
env:
DOTNET_ROOT: .

on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions dotnet/UserApi/UserApi/UserApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-UserApi-e0155ff6-a75d-49c9-a66b-a0ed4e5df0d2</UserSecretsId>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit 01500db

Please sign in to comment.