зеркало из https://github.com/DeGsoft/maui-linux.git
Fix yaml files
This commit is contained in:
Родитель
7b80bb2d5b
Коммит
25d1d49eff
|
@ -21,7 +21,7 @@ jobs:
|
|||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
action: "fix"
|
||||
#only-changed-files: true # only works for PRs
|
||||
workspace: "Xamarin.Forms.sln"
|
||||
workspace: "Microsoft.Maui.sln"
|
||||
|
||||
- name: Commit files
|
||||
if: steps.format.outputs.has-changes == 'true'
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
parameters:
|
||||
slnPath : 'Xamarin.Forms.sln'
|
||||
msbuildExtraArguments : ''
|
||||
artifactsTargetFolder: '$(build.artifactstagingdirectory)'
|
||||
artifactsName: 'win_build'
|
||||
|
@ -28,12 +27,6 @@ steps:
|
|||
inputs:
|
||||
script: 'nuget install NUnit3TestAdapter'
|
||||
|
||||
- task: NuGetCommand@2
|
||||
displayName: 'NuGet restore ${{ parameters.slnPath }}'
|
||||
inputs:
|
||||
restoreSolution: ${{ parameters.slnPath }}
|
||||
feedsToUse: config
|
||||
|
||||
- script: build.cmd -Target BuildForNuget -ScriptArgs '--BUILD_CONFIGURATION="$(BuildConfiguration)"','--Build_ArtifactStagingDirectory="$(Build.ArtifactStagingDirectory)"'
|
||||
name: winbuild
|
||||
displayName: 'Build Projects For Nuget'
|
||||
|
@ -49,8 +42,6 @@ steps:
|
|||
testRunTitle: '$(BuildConfiguration)_UnitTests'
|
||||
configuration: '$(BuildConfiguration)'
|
||||
diagnosticsEnabled: true
|
||||
# pathtoCustomTestAdapters: ${{ parameters.nunitTestAdapterFolder }}
|
||||
# overrideTestrunParameters: -platform AnyCPU -framework Framework47
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: 'Unit Tests'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
variables:
|
||||
- name: SolutionFile
|
||||
value: Xamarin.Forms.sln
|
||||
- name: ControlGallerySolutionFile
|
||||
value: Xamarin.Forms.ControlGallery.sln
|
||||
- name: BuildVersion
|
||||
value: $[counter('handler-counter', 1)]
|
||||
- name: NUGET_VERSION
|
||||
|
|
Загрузка…
Ссылка в новой задаче