-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35b5c2f
commit 136d7c7
Showing
1 changed file
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |