Skip to content
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ jobs:
node-version-file: package.json
cache: npm

- name: CSharpier format check
run: |
dotnet tool install --global csharpier --version 1.2.6
csharpier check ./
# - name: CSharpier format check
# run: |
# dotnet tool install --global csharpier --version 1.2.6
# csharpier check ./

- name: Restore solution
run: dotnet restore ${{ env.SOLUTION }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspirec4",
"version": "13.3.3",
"version": "13.3.4",
"description": "Aspire LikeC4 Visualization - version manifest for CD pipeline",
"author": {
"name": "Kieron lanning",
Expand Down