Skip to content

Commit

Permalink
publish test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEXSM committed Oct 28, 2023
1 parent 3e42be3 commit f9f693e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: OData.QueryBuilder CI\CD
name: OData.QueryBuilder ci\cd
on: push
env:
DOTNET_VERSION: '3.1.x'
jobs:
ci:
name: build&test-${{matrix.os}}
name: build-${{matrix.os}}
runs-on: ${{ matrix.os }}
environment: ci
strategy:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
cd:
needs: ci
if: github.ref == 'refs/heads/feature/migrate-to-github-actions'
name: Release
name: release
runs-on: ubuntu-latest
environment: cd
steps:
Expand Down
1 change: 0 additions & 1 deletion OData.QueryBuilder.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{D95B88FB-7257-421E-8AA3-BD85C63ECBE6}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci-cd.yml = .github\workflows\ci-cd.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit f9f693e

Please sign in to comment.