generated from nventive/Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Initial Version #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Soap-141
wants to merge
2
commits into
main
Choose a base branch
from
dev/thla/initial-version
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,67 @@ | ||
| | ||
| Microsoft Visual Studio Solution File, Format Version 12.00 | ||
| # Visual Studio Version 17 | ||
| VisualStudioVersion = 17.14.36301.6 | ||
| MinimumVisualStudioVersion = 10.0.40219.1 | ||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "lib", "lib", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}" | ||
| EndProject | ||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "app", "app", "{AD02B423-808C-484C-B74C-8BD7D1A4A6F8}" | ||
| EndProject | ||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceCore.Abstractions", "src\lib\DeviceCore.Abstractions\DeviceCore.Abstractions.csproj", "{26E9BF70-760F-DFCB-CBD5-E521C59D98FD}" | ||
| EndProject | ||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceCore.Uno.WinUI", "src\lib\DeviceCore.Uno.WinUI\DeviceCore.Uno.WinUI.csproj", "{D1516BF4-7E73-CC38-0C50-ABF8C0B4F447}" | ||
| EndProject | ||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{FA423D9C-B957-4517-9D09-0BF8E8991008}" | ||
| ProjectSection(SolutionItems) = preProject | ||
| build\azure-pipelines.yml = build\azure-pipelines.yml | ||
| build\gitversion.yml = build\gitversion.yml | ||
| build\stage-build.yml = build\stage-build.yml | ||
| build\stage-release.yml = build\stage-release.yml | ||
| EndProjectSection | ||
| EndProject | ||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{FD0DD8AF-C1A2-4FB4-9FE3-D039FA20D310}" | ||
| ProjectSection(SolutionItems) = preProject | ||
| .gitignore = .gitignore | ||
| .mergify.yml = .mergify.yml | ||
| BREAKING_CHANGES.md = BREAKING_CHANGES.md | ||
| CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md = CONTRIBUTING.md | ||
| LICENSE = LICENSE | ||
| README.md = README.md | ||
| EndProjectSection | ||
| EndProject | ||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{DCAB9D57-69DC-4C5D-8703-43C374CB0387}" | ||
| EndProject | ||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceCore.Fakes", "src\lib\DeviceCore.Fakes\DeviceCore.Fakes.csproj", "{F50ABEC6-6C96-421D-BF40-67B74CBBB90E}" | ||
| EndProject | ||
| Global | ||
| GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| Debug|Any CPU = Debug|Any CPU | ||
| Release|Any CPU = Release|Any CPU | ||
| EndGlobalSection | ||
| GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| {26E9BF70-760F-DFCB-CBD5-E521C59D98FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| {26E9BF70-760F-DFCB-CBD5-E521C59D98FD}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| {26E9BF70-760F-DFCB-CBD5-E521C59D98FD}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| {26E9BF70-760F-DFCB-CBD5-E521C59D98FD}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| {D1516BF4-7E73-CC38-0C50-ABF8C0B4F447}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| {D1516BF4-7E73-CC38-0C50-ABF8C0B4F447}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| {D1516BF4-7E73-CC38-0C50-ABF8C0B4F447}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| {D1516BF4-7E73-CC38-0C50-ABF8C0B4F447}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| {F50ABEC6-6C96-421D-BF40-67B74CBBB90E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| {F50ABEC6-6C96-421D-BF40-67B74CBBB90E}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| {F50ABEC6-6C96-421D-BF40-67B74CBBB90E}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| {F50ABEC6-6C96-421D-BF40-67B74CBBB90E}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| EndGlobalSection | ||
| GlobalSection(SolutionProperties) = preSolution | ||
| HideSolutionNode = FALSE | ||
| EndGlobalSection | ||
| GlobalSection(NestedProjects) = preSolution | ||
| {26E9BF70-760F-DFCB-CBD5-E521C59D98FD} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} | ||
| {D1516BF4-7E73-CC38-0C50-ABF8C0B4F447} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} | ||
| {F50ABEC6-6C96-421D-BF40-67B74CBBB90E} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} | ||
| EndGlobalSection | ||
| GlobalSection(ExtensibilityGlobals) = postSolution | ||
| SolutionGuid = {483215CF-95DE-4CCF-A682-832BB70A63F4} | ||
| EndGlobalSection | ||
| EndGlobal | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| trigger: | ||
| branches: | ||
| include: | ||
| - main | ||
|
|
||
| variables: | ||
| # Pipeline configuration (Disable shallow fetch). | ||
| # See https://dev.to/kkazala/azure-devops-pipelines-shallow-fetch-1-is-now-default-4656 for more details. | ||
| # See https://learn.microsoft.com/en-us/azure/devops/pipelines/repos/pipeline-options-for-git?view=azure-devops&tabs=yaml#shallow-fetch for more details. | ||
| - name: Agent.Source.Git.ShallowFetchDepth | ||
| value: 0 | ||
|
|
||
| - name: NUGET_VERSION | ||
| value: 6.14.0 | ||
| - name: windowsHostedAgentImage | ||
| value: 'windows-2025' | ||
| - name: ArtifactName | ||
| value: Packages | ||
| - name: SolutionFileName | ||
| value: DeviceCore.sln | ||
| - name: IsReleaseBranch # Should this branch name use the release stage. | ||
| value: $[or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/feature/'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'))] | ||
|
|
||
| stages: | ||
| - stage: Build | ||
| jobs: | ||
| - job: Windows | ||
| strategy: | ||
| maxParallel: 3 | ||
| matrix: | ||
| Packages: | ||
| ApplicationConfiguration: Release | ||
| ApplicationPlatform: Any CPU | ||
| GeneratePackageOnBuild: true | ||
|
|
||
| pool: | ||
| vmImage: $(windowsHostedAgentImage) | ||
|
|
||
| variables: | ||
| - name: PackageOutputPath # Path where NuGet packages will be copied to. | ||
| value: $(Build.ArtifactStagingDirectory) | ||
|
|
||
| workspace: | ||
| clean: all # Cleanup the workspace before starting. | ||
|
|
||
| steps: | ||
| - checkout: self | ||
| fetchDepth: 0 | ||
|
|
||
| - template: stage-build.yml | ||
|
|
||
| - stage: Release | ||
| condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'), eq(variables['IsReleaseBranch'], 'true')) # Only release when the build is not for a Pull Request and branch name fits. | ||
| jobs: | ||
| - job: Publish_NuGet_External | ||
|
|
||
| pool: | ||
| vmImage: $(windowsHostedAgentImage) | ||
|
|
||
| workspace: | ||
| clean: all # Cleanup the workspace before starting. | ||
|
|
||
| steps: | ||
| - template: stage-release.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # The version is driven by conventional commits via xxx-version-bump-message. | ||
| # Anything merged to main creates a new stable version. | ||
| # Only builds from main and feature/* are pushed to nuget.org. | ||
|
|
||
| assembly-versioning-scheme: MajorMinorPatch | ||
| mode: MainLine | ||
| next-version: '' # Use git tags to set the base version. | ||
| continuous-delivery-fallback-tag: "" | ||
| commit-message-incrementing: Enabled | ||
| major-version-bump-message: "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)" | ||
| minor-version-bump-message: "^(feat)(\\([\\w\\s-]*\\))?:" | ||
| patch-version-bump-message: "^(build|chore|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?:" | ||
| no-bump-message: "^(ci)(\\([\\w\\s-]*\\))?:" # You can use the "ci" type to avoid bumping the version when your changes are limited to the build or .github folders. | ||
| branches: | ||
| main: | ||
| regex: ^master$|^main$ | ||
| tag: '' | ||
| dev: | ||
| regex: dev/.*?/(.*?) | ||
| tag: dev.{BranchName} | ||
| source-branches: [main] | ||
| feature: | ||
| tag: feature.{BranchName} | ||
| regex: feature/(.*?) | ||
| source-branches: [main] | ||
| ignore: | ||
| sha: [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,78 @@ | ||
| parameters: | ||
| DotNetVersion: '10.0.100' | ||
| UnoCheck_Version: '1.33.1' | ||
| UnoCheck_Manifest: 'https://raw.githubusercontent.com/unoplatform/uno.check/3bd81468f842eb34fe4760d1694baf8e4ba6edba/manifests/uno.ui.manifest.json' | ||
|
|
||
| steps: | ||
| - task: GitVersion/setup@0 | ||
| inputs: | ||
| versionSpec: '5.10.1' | ||
| displayName: 'Install GitVersion' | ||
|
|
||
| - task: GitVersion/execute@0 | ||
| inputs: | ||
| useConfigFile: true | ||
| configFilePath: $(Build.SourcesDirectory)/build/gitversion.yml | ||
| displayName: 'Calculate version' | ||
|
|
||
| - task: UseDotNet@2 | ||
| displayName: 'Use .NET SDK ${{ parameters.DotNetVersion }}' | ||
| retryCountOnTaskFailure: 3 | ||
| inputs: | ||
| packageType: sdk | ||
| version: ${{ parameters.DotNetVersion }} | ||
| includePreviewVersions: true | ||
|
|
||
| - powershell: | | ||
| & dotnet tool update --global uno.check --version ${{ parameters.UnoCheck_Version }} --add-source https://api.nuget.org/v3/index.json | ||
| & uno-check -v --ci --non-interactive --fix --skip xcode --skip gtk3 --skip vswin --skip vsmac --skip androidsdk --skip androidemulator --manifest ${{ parameters.UnoCheck_Manifest }} | ||
| displayName: Install .NET Workloads | Uno-check | ||
| errorActionPreference: continue | ||
| ignoreLASTEXITCODE: true | ||
| retryCountOnTaskFailure: 3 | ||
|
|
||
| - task: MSBuild@1 | ||
| displayName: 'Restore Solution Packages' | ||
| inputs: | ||
| solution: $(Build.SourcesDirectory)/$(SolutionFileName) | ||
| msbuildLocationMethod: version | ||
| msbuildVersion: latest | ||
| msbuildArchitecture: x64 | ||
| msbuildArguments: > | ||
| /t:restore | ||
| configuration: $(ApplicationConfiguration) | ||
| platform: $(ApplicationPlatform) | ||
| clean: false | ||
| maximumCpuCount: true | ||
| restoreNugetPackages: false | ||
| logProjectEvents: false | ||
| createLogFile: false | ||
|
|
||
| - task: MSBuild@1 | ||
| displayName: 'Build solution in $(ApplicationConfiguration) | $(ApplicationPlatform)' | ||
| inputs: | ||
| solution: $(Build.SourcesDirectory)/$(SolutionFileName) | ||
| msbuildLocationMethod: version | ||
| msbuildVersion: latest | ||
| msbuildArchitecture: x64 | ||
| configuration: $(ApplicationConfiguration) | ||
| platform: $(ApplicationPlatform) | ||
| clean: false | ||
| maximumCpuCount: true | ||
| restoreNugetPackages: false | ||
| logProjectEvents: false | ||
| createLogFile: false | ||
| msbuildArguments: > # Set the version of the packages, will have no effect on application projects (Heads). | ||
| /p:PackageVersion=$(GitVersion.SemVer) | ||
| /p:ContinuousIntegrationBuild=true | ||
|
|
||
| - task: PublishBuildArtifacts@1 | ||
| displayName: 'Publish artifact $(ApplicationConfiguration)' | ||
| inputs: | ||
| PathtoPublish: $(PackageOutputPath) | ||
| ArtifactName: $(ArtifactName) | ||
| ArtifactType: Container | ||
|
|
||
| - task: PostBuildCleanup@3 | ||
| displayName: 'Post-Build cleanup : Cleanup files to keep build server clean!' | ||
| condition: always() |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that Visual Studio 2026 is out, you could update this to the new format.