Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Dec 15, 2023
1 parent e87b798 commit 543e5b6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,10 @@ runs:
# run: |
# dotnet workload restore

# - name: Create Nuget Package
# shell: bash
# run: |
# dotnet pack --no-restore --no-build --output nupkgs --configuration release src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj

- name: Create Nuget Package
shell: bash
run: |
msbuild /t:pack /p:NoBuild=true /p:Configuration=Release src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj
dotnet pack --no-restore --no-build --output nupkgs src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj
# - id: publish
# name: Publish Package
Expand Down

0 comments on commit 543e5b6

Please sign in to comment.