Skip to content

add logic to compare os version and package version and download appropriate mpak #84

add logic to compare os version and package version and download appropriate mpak

add logic to compare os version and package version and download appropriate mpak #84

Triggered via pull request October 30, 2023 20:15
Status Success
Total duration 3m 23s
Artifacts

main-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: source/Tests/Core.Unit.Tests/UpdateServiceTests/ProcessPublishedCommandTests.cs#L18
Cannot convert null literal to non-nullable reference type.
build: source/Tests/Core.Unit.Tests/UpdateServiceTests/ProcessPublishedCommandTests.cs#L413
Non-nullable property 'AdditionalData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/Tests/Core.Unit.Tests/AppConfigParserTests.cs#L8
Missing XML comment for publicly visible type or member 'AppConfigParserTests'
build: source/Tests/Core.Unit.Tests/AppConfigParserTests.cs#L11
Missing XML comment for publicly visible type or member 'AppConfigParserTests.ParseFullFile()'
build: source/Tests/Core.Unit.Tests/AppConfigParserTests.cs#L22
Missing XML comment for publicly visible type or member 'AppConfigParserTests.Parse4SpaceFile()'
build: source/Tests/Core.Unit.Tests/AppConfigParserTests.cs#L32
Missing XML comment for publicly visible type or member 'AppConfigParserTests.ParseNoSpacesFile()'
build: source/Tests/Core.Unit.Tests/AppConfigParserTests.cs#L40
Missing XML comment for publicly visible type or member 'AppConfigParserTests.ParseFileWithComments()'
build: source/Tests/Core.Unit.Tests/AppConfigParserTests.cs#L48
Missing XML comment for publicly visible type or member 'AppConfigParserTests.ParseFileWithQuotes()'
build: source/Tests/Core.Unit.Tests/AppConfigParserTests.cs#L61
Missing XML comment for publicly visible type or member 'AppConfigParserTests.ParseEnvizorFile()'
build: source/Tests/Core.Unit.Tests/CircularBufferTests.cs#L7
Missing XML comment for publicly visible type or member 'CircularBufferTests'