Skip to content

Commit

Permalink
Standarize solution names
Browse files Browse the repository at this point in the history
  • Loading branch information
baseTwo committed Aug 7, 2024
1 parent 52ce4e6 commit b0cd40d
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Cql+Demo.slnf → Cql-Sdk-and-Demo.slnf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"solution": {
"path": "Cql+Demo+IntegrationRunner.sln",
"path": "Cql-Sdk-All.sln",
"projects": [
"Cql\\CodeGeneration.NET\\CodeGeneration.NET.csproj",
"Cql\\CoreTests\\CoreTests.csproj",
Expand Down
29 changes: 29 additions & 0 deletions Cql-Sdk.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"solution": {
"path": "Cql-Sdk-All.sln",
"projects": [
"Cql\\CodeGeneration.NET\\CodeGeneration.NET.csproj",
"Cql\\CoreTests\\CoreTests.csproj",
"Cql\\Cql.Abstractions\\Cql.Abstractions.csproj",
"Cql\\Cql.Comparers\\Cql.Comparers.csproj",
"Cql\\Cql.Compiler\\Cql.Compiler.csproj",
"Cql\\Cql.Conversion\\Cql.Conversion.csproj",
"Cql\\Cql.CqlToElm\\Cql.CqlToElm.csproj",
"Cql\\Cql.Firely\\Cql.Firely.csproj",
"Cql\\Cql.Grammar\\Cql.Grammar.csproj",
"Cql\\Cql.Logging\\Cql.Logging.csproj",
"Cql\\Cql.Model\\Cql.Model.csproj",
"Cql\\Cql.Operators\\Cql.Operators.csproj",
"Cql\\Cql.Packaging\\Cql.Packaging.csproj",
"Cql\\Cql.Primitives\\Cql.Primitives.csproj",
"Cql\\Cql.Runtime\\Cql.Runtime.csproj",
"Cql\\Cql.ValueSets\\Cql.ValueSets.csproj",
"Cql\\CqlToElmTests\\CqlToElmTests.csproj",
"Cql\\Cql\\Cql.csproj",
"Cql\\Elm\\Elm.csproj",
"Cql\\Iso8601\\Iso8601.csproj",
"Cql\\MultiPackagerCLI\\MultiPackagerCLI.csproj",
"Cql\\PackagerCLI\\PackagerCLI.csproj"
]
}
}
3 changes: 1 addition & 2 deletions build/templates/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ parameters:
zipAfterPublish: false
checkoutSubmodules: true
pool: {}
solutionFile: 'Cql+Demo.slnf' # also in build.yml and package.yml
#solutionFile: 'Cql+Demo+IntegrationRunner.sln' # also in build.yml and package.yml
solutionFile: 'Cql-Sdk-and-Demo.slnf' # also in build.yml and package.yml

jobs:
- job: Build
Expand Down
3 changes: 1 addition & 2 deletions build/templates/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ parameters:
# Default values
useVersionSuffix: true
artifactName: 'NuGetPackages'
solutionFile: 'Cql+Demo.slnf' # also in build.yml and package.yml
#solutionFile: 'Cql+Demo+IntegrationRunner.sln' # also in build.yml and package.yml
solutionFile: 'Cql-Sdk.slnf' # also in build.yml and package.yml


steps:
Expand Down

0 comments on commit b0cd40d

Please sign in to comment.