Skip to content

Commit

Permalink
yaml update
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhantolga committed Mar 26, 2024
1 parent 689d0a5 commit ee92441
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,7 @@ jobs:
with:
PROJECT_FILE_PATH: LaserCatEyes.Domain/LaserCatEyes.Domain.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}

- name: publish LaserCatEyes.DataServiceSdk.DotNetStandard
id: publish_nuget_LaserCatEyes_DataServiceSdk_DotNetStandard
uses: alirezanet/[email protected]
with:
PROJECT_FILE_PATH: LaserCatEyes.DataServiceSdk.DotNetStandard/LaserCatEyes.DataServiceSdk.DotNetStandard.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}

- name: publish LaserCatEyes.HttpClientListener.DotNetStandard
id: publish_nuget_LaserCatEyes_HttpClientListener_DotNetStandard
uses: alirezanet/[email protected]
with:
PROJECT_FILE_PATH: LaserCatEyes.HttpClientListener.DotNetStandard/LaserCatEyes.HttpClientListener.DotNetStandard.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}


- name: publish LaserCatEyes.DataServiceSdk
id: publish_nuget_LaserCatEyes_DataServiceSdk
uses: alirezanet/[email protected]
Expand Down

0 comments on commit ee92441

Please sign in to comment.