Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Mar 8, 2024
1 parent 6589e9f commit 1a4afb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\"}]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion src/PackageRegistryService/StagingArea/test/test@0.0.1.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a4afb5

Please sign in to comment.