Skip to content

Commit

Permalink
small fix to build and test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Dec 20, 2024
1 parent 240e99b commit 5fad60b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ARCtrl.Querymodel.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E13D0F57-B0E0-4BAA-BD27-9136C8307BDA}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\build-test.yml = .github\workflows\build-test.yml
build.cmd = build.cmd
global.json = global.json
LICENSE = LICENSE
.github\workflows\manage-issues.yml = .github\workflows\manage-issues.yml
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
Expand Down
2 changes: 1 addition & 1 deletion build/ProjectInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

open Fake.Core

let project = "ARCtrl.NET"
let project = "ARCtrl.Querymodel"

let testProjects =
[
Expand Down

0 comments on commit 5fad60b

Please sign in to comment.