Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 CI Action

A simple action to build a WindowsAppSdk app.


🔤 Inputs

project-path

Optional Path to the project file. Won't build the project if project-path is null.

test-project-path

Optional Path to the test project file. Won't run tests if test-project-path is null.

timeout

Optional Timeout minutes of the CI. Default is 60.

⚡ Example Usage

jobs:
  build_and_test:
    runs-on: windows-latest
    steps:
      - name: Run CI Action
        uses: Lamparter/Build-WinAppSdk@latest
        with:
          project-path: './src/FluentHub.App/FluentHub.App.csproj'
          test-project-path: './src/FluentHub.Tests/FluentHub.Tests.csproj'
          timeout: 15

About

A simple action to build a Windows App Sdk app.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages