Skip to content

Commit

Permalink
chore: split working, more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jag3dagster committed Feb 4, 2024
1 parent 35b5c2f commit 136d7c7
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,24 @@ jobs:
msg: ${{ github.ref_name }}
separator: '/'

- name: Test split
run: |
echo ${{ steps.split.outputs._0 }}
echo ${{ steps.split.outputs._1 }}
# - name: Test split
# run: |
# echo ${{ steps.split.outputs._0 }}
# echo ${{ steps.split.outputs._1 }}

- name: Checkout source code
uses: actions/[email protected]
with:
fetch-depth: 0
ref: ${{ github.events.repository.default_branch }}

# - name: Checkout source code
# uses: actions/[email protected]
# with:
# fetch-depth: 0
# ref: ${{ github.events.repository.default_branch }}

# - name: Setup dotnet 6.0.x
# uses: actions/[email protected]
# with:
# dotnet-version: '6.0.x'
- name: Setup dotnet 6.0.x
uses: actions/[email protected]
with:
dotnet-version: '6.0.x'

# - name: Install dependencies
# run: dotnet restore ${{ github.ref_name }}
- name: Install dependencies
run: dotnet restore ${{ steps.split.outputs._0 }}

# - name: Build
# run: dotnet build ${{ github.ref_name }} --configuration Release
- name: Build
run: dotnet build ${{ steps.split.outputs._0 }} --configuration Release

0 comments on commit 136d7c7

Please sign in to comment.