Skip to content

Commit

Permalink
fix: or-1566 replace publish to atlassian step inside workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage committed Jun 5, 2024
1 parent 8f95373 commit 96c2566
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand All @@ -534,23 +534,12 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ vars.VBR_DOTNET_VERSION_8 }}
dotnet-version: '7.0.408'

- name: .NET version
shell: bash
run: dotnet --info

- name: Add Packages
shell: bash
run: |
echo '<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="globalPackagesFolder" value=".\packages"/>
</config>
</configuration>
' > NuGet.Config
- name: Restore dotnet tools
shell: bash
run: |
Expand Down

0 comments on commit 96c2566

Please sign in to comment.