Skip to content

Commit a90639d

Browse files
committed
Update workflows and solution file configuration
Updated `cd-release.yml` to use `actions/checkout@v4` with `fetch-depth: 0` and modified the "Verify commit exists in origin/main" step. Updated `CryptoNet.sln` to reflect `VisualStudioVersion` 18.3.11222.16 and added a reference to the new workflow file `.github/workflows/cd-build-test-pack.yml` under the `DevOps` project section.
1 parent 992fba4 commit a90639d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/cd-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
# - name: Verify commit exists in origin/main
18-
# run: git branch --remote --contains | grep origin/main
17+
- name: Verify commit exists in origin/main
18+
run: git branch --remote --contains | grep origin/main
1919

2020
- name: Extract release notes
2121
run: |

CryptoNet.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio Version 18
3-
VisualStudioVersion = 18.3.11222.16 d18.3
3+
VisualStudioVersion = 18.3.11222.16
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoNet", "CryptoNet\CryptoNet.csproj", "{8F85375C-A0DC-4B67-B934-F58ED4114F5A}"
66
EndProject
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DevOps", "DevOps", "{1733D1
1212
.gitattributes = .gitattributes
1313
.gitignore = .gitignore
1414
build.ps1 = build.ps1
15+
.github\workflows\cd-build-test-pack.yml = .github\workflows\cd-build-test-pack.yml
1516
.github\workflows\cd-release-preview.yml = .github\workflows\cd-release-preview.yml
1617
.github\workflows\cd-release.yml = .github\workflows\cd-release.yml
1718
.github\workflows\ci.yml = .github\workflows\ci.yml

0 commit comments

Comments
 (0)