From 1a4afb52b45f81add539e453abaf464e5013f809 Mon Sep 17 00:00:00 2001 From: Kevin Schneider Date: Fri, 8 Mar 2024 11:37:58 +0100 Subject: [PATCH] fix typo --- .github/workflows/build-and-test-solution.yml | 2 +- .../Data/arc-validate-package-index.json | 4 ++-- src/PackageRegistryService/StagingArea/test/test@0.0.1.fsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test-solution.yml b/.github/workflows/build-and-test-solution.yml index ee5af6e..bcdef5d 100644 --- a/.github/workflows/build-and-test-solution.yml +++ b/.github/workflows/build-and-test-solution.yml @@ -34,7 +34,7 @@ jobs: steps: - id: set-matrix run: | - if [[ ${{ inputs.ubuntu }} == true ]]; then win="windows-latest"; fi + if [[ ${{ inputs.windows }} == true ]]; then win="windows-latest"; fi if [[ ${{ inputs.ubuntu }} == true ]]; then ubu="ubuntu-latest"; fi if [[ ${{ inputs.macos }} == true ]]; then mac="macos-latest"; fi strategy="[${win:+\"$win\"}${ubu:+,\"$ubu\"}${mac:+,\"$mac\"}]" diff --git a/src/PackageRegistryService/Data/arc-validate-package-index.json b/src/PackageRegistryService/Data/arc-validate-package-index.json index b304b2c..9b129ea 100644 --- a/src/PackageRegistryService/Data/arc-validate-package-index.json +++ b/src/PackageRegistryService/Data/arc-validate-package-index.json @@ -38,8 +38,8 @@ { "RepoPath": "src/PackageRegistryService/StagingArea/test/test@0.0.1.fsx", "FileName": "test@0.0.1.fsx", - "LastUpdated": "2024-03-08T11:36:33+01:00", - "ContentHash": "3E9AEA58F3E92BBE954A0448B343ABE7", + "LastUpdated": "2024-03-08T11:37:59+01:00", + "ContentHash": "4030CC13BFD73E08144EF8910622786E", "Metadata": { "Name": "test", "Summary": "this package is here for testing purposes only.", diff --git a/src/PackageRegistryService/StagingArea/test/test@0.0.1.fsx b/src/PackageRegistryService/StagingArea/test/test@0.0.1.fsx index 4d013e8..fc49ccc 100644 --- a/src/PackageRegistryService/StagingArea/test/test@0.0.1.fsx +++ b/src/PackageRegistryService/StagingArea/test/test@0.0.1.fsx @@ -12,7 +12,7 @@ Publish: true // this file is intended for testing purposes only. printfn "If you can read this in your console, you successfully executed test package v1.0.0!" - + #r "nuget: ARCExpect, 1.0.1" open ARCExpect