Skip to content

add password confirmation to account creation dialog, use the xbox task dialog during account creation request #1457

add password confirmation to account creation dialog, use the xbox task dialog during account creation request

add password confirmation to account creation dialog, use the xbox task dialog during account creation request #1457

Workflow file for this run

name: Build Cartographer
on: [push, pull_request]
permissions:
contents: read
jobs:
build-win:
env:
SOLUTION_FILE_PATH: .
PLATFORM: x86
strategy:
matrix:
BUILD_CONFIGURATION: [Debug, Release]
runs-on: windows-2022
steps:
- uses: actions/[email protected]
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
run: msbuild /m /p:Configuration=${{matrix.BUILD_CONFIGURATION}} /p:Platform=${{env.PLATFORM}} ${{matrix.SOLUTION_FILE_PATH}}