Skip to content

Commit 8165f31

Browse files
author
Stedra Kristóf
committed
Add comment to the build step
1 parent 88e22b7 commit 8165f31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/AutSoftCore_CD.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131

3232
- name: Restore dependencies
3333
run: dotnet restore
34-
34+
35+
# Reason for this build: https://github.com/microsoft/TypeScript/issues/42907
3536
- name: Build
3637
run: dotnet build --no-restore --configuration Release
3738

0 commit comments

Comments
 (0)