This is a collection of tools for Azure DevOps Pipelines to work with Fermyon Wasm Functions. Tools have been build and tested for Linux, macOS and Windows agents. Currently, spin is downloaded for the amd64 architecture only.
Authenticate Against Fermyon Wasm Functions
#Your build pipeline references an undefined variable named ‘fwf.pat’. Create or edit the build pipeline for this YAML file, define the variable on the Variables tab. See https://go.microsoft.com/fwlink/?linkid=865972
steps:
- task: thorstenhans.fermyon.spin-aka-login.spin-aka-login@1
displayName: 'Login to Fermyon Wasm Functions'
inputs:
token: '$(your.fermyonwasmfunctions.pat)'