Skip to content

Commit

Permalink
add evergreen latest preview package for package test
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Apr 25, 2024
1 parent 18d5962 commit 99d1741
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions StagingArea/test/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
let [<Literal>]PACKAGE_METADATA = """(*
---
Name: test
MajorVersion: 999
MinorVersion: 999
PatchVersion: 999
Publish: false
Summary: this package is here for testing purposes only.
Description: this package is here for testing purposes only.
Authors:
- FullName: John Doe
Email: [email protected]
Affiliation: University of Nowhere
AffiliationLink: https://nowhere.edu
- FullName: Jane Doe
Email: [email protected]
Affiliation: University of Somewhere
AffiliationLink: https://somewhere.edu
Tags:
- Name: validation
- Name: my-package
- Name: thing
ReleaseNotes: "publish a package version that will eternally be the latest preview version"
---
*)"""

printfn "If you can read this in your console, you successfully executed preview test package v999.999.999!"

0 comments on commit 99d1741

Please sign in to comment.