Skip to content

Commit

Permalink
update publish
Browse files Browse the repository at this point in the history
  • Loading branch information
HarithaVattikuti authored Oct 14, 2024
1 parent b3e75b8 commit 257f11f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
include-prerelease: true

- name: Build with dotnet
run: dotnet build --configuration Release MyTestDotnet.csproj

- name: dotnet publish
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp MyTestDotnet.csproj

run: dotnet publish -c Release -o "C:\\Program Files\\dotnet\\myapp" MyTestDotnet.csproj

0 comments on commit 257f11f

Please sign in to comment.