Skip to content

Commit

Permalink
Test copying version file
Browse files Browse the repository at this point in the history
Revert pipeline to x64
  • Loading branch information
networkfusion committed Jun 14, 2024
1 parent 0b69689 commit b49b414
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/smoketest-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
with:
dotnet-version: '8.0.x'

# - name: Restore NuGet packages
# run: dotnet restore

# - name: Handle versioning
# run: nbgv cloud -a -c
- name: Handle versioning
run: cp ./version.json ./nanoFirmwareFlasher.Tool/

- name: Build solution
run: dotnet build --configuration Release
run: dotnet build
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: DOTNET_NOLOGO
value: true
- name: buildPlatform
value: 'Any CPU'
value: 'x64' # TODO: Attempt to aim for Arm64 builds
- name: buildConfiguration
value: 'Release'
- name: solution
Expand Down

0 comments on commit b49b414

Please sign in to comment.