9
9
solution : MaterialDesignToolkit.Full.sln
10
10
buildPlatform : ' Any CPU'
11
11
buildConfiguration : ' Release'
12
- mdixColorsVersion : ' 2.0.2 '
13
- mdixMahAppsVersion : ' 0.1.8 '
14
- mdixVersion : ' 4.2.0 '
12
+ mdixColorsVersion : ' 2.0.3 '
13
+ mdixMahAppsVersion : ' 0.1.9 '
14
+ mdixVersion : ' 4.2.1 '
15
15
16
16
jobs :
17
17
build :
@@ -28,10 +28,10 @@ jobs:
28
28
env :
29
29
NUGET_AUTH_TOKEN : ${{secrets.PAT}}
30
30
31
- - name : Setup .NET
31
+ - name : Setup .NET 5
32
32
uses : actions/setup-dotnet@v1
33
33
with :
34
- dotnet-version : " 5.0. x"
34
+ dotnet-version : " 5.x"
35
35
env :
36
36
NUGET_AUTH_TOKEN : ${{secrets.PAT}}
37
37
@@ -41,15 +41,15 @@ jobs:
41
41
- name : Build
42
42
run : dotnet build ${{ env.solution }} --configuration ${{ env.buildConfiguration }} --no-restore -p:Platform="${{ env.buildPlatform }}" -p:MDIXVersion=${{ env.mdixVersion }}.${{ github.run_number }} -p:MDIXColorsVersion=${{ env.mdixColorsVersion }}.${{ github.run_number }} -p:MDIXMahAppsVersion=${{ env.mdixMahappsVersion }}.${{ github.run_number }} -p:TreatWarningsAsErrors=True
43
43
44
- # - name: Test
45
- # run: dotnet test ${{ env.solution }} --configuration ${{ env.buildConfiguration }} --no-build --verbosity detailed --blame-crash
44
+ - name : Test
45
+ run : dotnet test ${{ env.solution }} --configuration ${{ env.buildConfiguration }} --no-build --verbosity detailed --blame-crash
46
46
47
- # - name: Upload Screenshots
48
- # if: ${{ always() }}
49
- # uses: actions/upload-artifact@v2
50
- # with:
51
- # name: Screenshots-${{ github.run_number }}
52
- # path: ${{ github.workspace }}/MaterialDesignThemes.UITests/bin/${{ env.buildConfiguration }}/net5.0-windows/Screenshots
47
+ - name : Upload Screenshots
48
+ if : ${{ always() }}
49
+ uses : actions/upload-artifact@v2
50
+ with :
51
+ name : Screenshots-${{ github.run_number }}
52
+ path : ${{ github.workspace }}/MaterialDesignThemes.UITests/bin/${{ env.buildConfiguration }}/net5.0-windows/Screenshots
53
53
54
54
- name : Build NuGets
55
55
run : .\Scripts\BuildNugets.ps1 -MDIXVersion ${{ env.mdixVersion }}-ci${{ github.run_number }} -MDIXMahAppsVersion ${{ env.mdixMahappsVersion }}-ci${{ github.run_number }} -MDIXColorsVersion ${{ env.mdixColorsVersion }}-ci${{ github.run_number }}
0 commit comments